diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-12 12:23:22 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-12 12:23:22 +0100 |
commit | 4abf38cb9a70b5de01f36293f471ee41ab25313e (patch) | |
tree | 11b8d8bec340b5592b77bc7844c1c1c571e166d3 | |
parent | b69facf1cae520f29a0d8fa3f93f078cc620e9b6 (diff) |
sort out map background position
-rw-r--r-- | www/css/fms.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index d057ba6..b0b3eee 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -310,6 +310,7 @@ } #map_box{ + margin: -15px; background-color: #534741; background-image: url('../images/mapbg.png'); } |