aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-06-10 17:30:42 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-06-10 17:30:42 +0100
commitbbe9ad2616f4d5194fa47e45bae7aac97eb1ef0c (patch)
tree4314c8d41035be566a567808578b3db17adc7afc
parent5720b1f256b47cb4b3e0cb3ddfbcd888b777f91d (diff)
Added background image to map for glimpses below when tiles are loading.
-rw-r--r--www/css/fms.css3
-rw-r--r--www/images/mapbg.pngbin0 -> 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
new file mode 100644
index 0000000..462f4fb
--- /dev/null
+++ b/www/images/mapbg.png
Binary files differ