Made it possible to change background color in style.css

This commit is contained in:
FrozenCow 2011-01-23 12:00:15 +01:00
parent 9ea9e347ea
commit 676f6c5a3e
2 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,7 @@ DynMap.prototype = {
scaleControl: false, scaleControl: false,
mapTypeControl: false, mapTypeControl: false,
streetViewControl: false, streetViewControl: false,
backgroundColor: '#000' backgroundColor: 'none'
}); });
google.maps.event.addListener(map, 'dragstart', function(mEvent) { google.maps.event.addListener(map, 'dragstart', function(mEvent) {

View File

@ -4,6 +4,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
.map { .map {
width: 100%; height: 100%; width: 100%; height: 100%;
background-color: black;
} }
.sidebar { .sidebar {