summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-12-02 13:27:12 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-12-02 13:27:12 -0800
commitb2bffd5eb17212b60b62ab86a8559213ed3820af (patch)
tree82a83c206ff6fa2f9f40eccde47064af1c6d9115 /css
parent1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 (diff)
downloadpathery-b2bffd5eb17212b60b62ab86a8559213ed3820af.tar.xz
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.
Diffstat (limited to 'css')
-rw-r--r--css/maps.css4
1 files changed, 2 insertions, 2 deletions
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;
}