diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-08-18 17:45:59 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-08-18 17:45:59 -0700 |
commit | 0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 (patch) | |
tree | 3d14988dee9ff20584ab5227cbdb81df3389b6e2 /css | |
parent | 6206e6f71133e1266275c7309134bb7f876ea85e (diff) | |
download | pathery-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.css | 4 | ||||
-rw-r--r-- | css/stats.css | 2 |
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; |