diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-12-02 13:27:12 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-12-02 13:27:12 -0800 |
commit | b2bffd5eb17212b60b62ab86a8559213ed3820af (patch) | |
tree | 82a83c206ff6fa2f9f40eccde47064af1c6d9115 /css/maps.css | |
parent | 1399d45c68e7d14fc1f3e8f2b5451669cce4ffa4 (diff) | |
download | pathery-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/maps.css')
-rw-r--r-- | css/maps.css | 4 |
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;
}
|