summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:45:59 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:45:59 -0700
commit0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 (patch)
tree3d14988dee9ff20584ab5227cbdb81df3389b6e2 /css
parent6206e6f71133e1266275c7309134bb7f876ea85e (diff)
downloadpathery-0759852ab7a9af16e5f4c444ef5d1e0db6feabd3.tar.xz
The start on Multi-day maps and Dual Path mechanic
Halfway started both.
Diffstat (limited to 'css')
-rw-r--r--css/maps.css4
-rw-r--r--css/stats.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/css/maps.css b/css/maps.css
index cbc0a3b..13fcacb 100644
--- a/css/maps.css
+++ b/css/maps.css
@@ -159,6 +159,10 @@
background: url(../images/OverlayStart50b.png);
background-color: #fbfefb;
}
+.grid_td_startB {
+ background: url(../images/OverlayStartB.png);
+ background-color: #fbfefb;
+}
.grid_td_finish {
background: url(../images/OverlayFinish50c.png);
background-color: #666666;
diff --git a/css/stats.css b/css/stats.css
index 8211711..8d3b361 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -81,7 +81,7 @@ td, th {
background-color: #222223;
}
.scoreContainer2 {
- width:390px;
+ width:410px;
height:500px;
margin-left:auto;
margin-right:auto;