diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-31 04:12:53 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-31 04:12:53 -0800 |
commit | 89bf0857cb2d129be54b5fff1daa8693607ed0d4 (patch) | |
tree | 4a7b22cc787a5b06c3d12a44c5cf39b0abbf17d1 /css/maps.css | |
parent | 9941f53715fe3b6c07414ae20d79e608586908d0 (diff) | |
download | pathery-89bf0857cb2d129be54b5fff1daa8693607ed0d4.tar.xz |
Updated incorrect image URLs
Diffstat (limited to 'css/maps.css')
-rw-r--r-- | css/maps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/maps.css b/css/maps.css index c6807a6..0913320 100644 --- a/css/maps.css +++ b/css/maps.css @@ -277,7 +277,7 @@ background-color: #fbfefb;
}
.grid_td_startB {
- background: url(../images/OverlayStartB.png);
+ background: url(../images/OverlayStart2.png);
background-color: #fbfefb;
}
.grid_td_finish {
|