diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-10 17:30:42 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-10 17:30:42 +0100 |
commit | bbe9ad2616f4d5194fa47e45bae7aac97eb1ef0c (patch) | |
tree | 4314c8d41035be566a567808578b3db17adc7afc /www/css | |
parent | 5720b1f256b47cb4b3e0cb3ddfbcd888b777f91d (diff) |
Added background image to map for glimpses below when tiles are loading.
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/fms.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 45b1de4..732c01f 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -231,7 +231,8 @@ } #map_box{ - background-color: #000; + background-color: #534741; + background-image: url('../images/mapbg.png'); } #map{ opacity: 0.85; |