diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-05-16 13:17:48 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-05-16 13:17:48 -0700 |
commit | 8d04e9f9f8618c33b10228962f27eeccf34c3207 (patch) | |
tree | fcb31a41c82c867482ddf319b4a3fb5484fca886 /css/maps.css | |
parent | 7d2ce170b02d3fa0f7006084c92f6ec56dfbf9f1 (diff) | |
download | pathery-8d04e9f9f8618c33b10228962f27eeccf34c3207.tar.xz |
More tweaks to the achievements page
Diffstat (limited to 'css/maps.css')
-rw-r--r-- | css/maps.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/maps.css b/css/maps.css index 3032c34..cbc0a3b 100644 --- a/css/maps.css +++ b/css/maps.css @@ -151,6 +151,10 @@ background: url(../images/OverlayTileFaceted30.png);
}
+.grid_td_active {
+ background: url(../images/OverlayTileFaceted30.png);
+}
+
.grid_td_start {
background: url(../images/OverlayStart50b.png);
background-color: #fbfefb;
|