From b2bffd5eb17212b60b62ab86a8559213ed3820af Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 2 Dec 2012 13:27:12 -0800 Subject: Image updates and mapspecs fixes. Fixed a bug where every checkpoint was called "checkpoint A" Fixed a bug where requesting solution during a path would break it. Fixed a bug regarding tutorial success. --- css/maps.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/maps.css b/css/maps.css index 8e49789..62c11b4 100644 --- a/css/maps.css +++ b/css/maps.css @@ -173,12 +173,12 @@ .grid_td_rockxpath1 { background: url(../images/Path1XRock.png); - background-color: #666666; + background-color: #555; color: #fff; } .grid_td_rockxpath2 { background: url(../images/Path2XRock.png); - background-color: #666666; + background-color: #777; color: #fff; } -- cgit v1.2.3