From 0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 18 Aug 2012 17:45:59 -0700 Subject: The start on Multi-day maps and Dual Path mechanic Halfway started both. --- css/maps.css | 4 ++++ css/stats.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'css') 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; -- cgit v1.2.3