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 | |
parent | 5720b1f256b47cb4b3e0cb3ddfbcd888b777f91d (diff) |
Added background image to map for glimpses below when tiles are loading.
-rw-r--r-- | www/css/fms.css | 3 | ||||
-rw-r--r-- | www/images/mapbg.png | bin | 0 -> 2799 bytes |
2 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; diff --git a/www/images/mapbg.png b/www/images/mapbg.png Binary files differnew file mode 100644 index 0000000..462f4fb --- /dev/null +++ b/www/images/mapbg.png |