From 676f6c5a3ea387334f016218be8015ab1cb8534b Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 23 Jan 2011 12:00:15 +0100 Subject: [PATCH] Made it possible to change background color in style.css --- web/map.js | 2 +- web/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/map.js b/web/map.js index 3dd7a659..1d7aeca5 100644 --- a/web/map.js +++ b/web/map.js @@ -97,7 +97,7 @@ DynMap.prototype = { scaleControl: false, mapTypeControl: false, streetViewControl: false, - backgroundColor: '#000' + backgroundColor: 'none' }); google.maps.event.addListener(map, 'dragstart', function(mEvent) { diff --git a/web/style.css b/web/style.css index 049f1ca2..7560db08 100644 --- a/web/style.css +++ b/web/style.css @@ -4,6 +4,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } .map { width: 100%; height: 100%; + background-color: black; } .sidebar {