diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/css/fms.css | 10 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index c7f6eac..efff703 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -355,13 +355,6 @@ #map_box{ background-color: #534741; background-image: url('../images/mapbg.png'); - } - - #map{ - opacity: 0.85; - } - - .mapbox{ position:absolute; top: 45px, left: 0, right: 0, bottom: 0; padding: 0px; @@ -370,7 +363,8 @@ width: 100%; } - .mapbox #map { + #map{ + opacity: 0.85; width: 100%; height: 100%; } diff --git a/www/index.html b/www/index.html index 1fe61e9..f1b075f 100644 --- a/www/index.html +++ b/www/index.html @@ -80,7 +80,7 @@ </script> </head> <body onload="onload()"> - <div id="map_box" class="mapbox"> + <div id="map_box"> <div id="map"></div> </div> <div class="jquerymobile"></div> |