diff --git a/public_html/gmap.html b/public_html/gmap.html
index 96f412a..9ab2dc2 100644
--- a/public_html/gmap.html
+++ b/public_html/gmap.html
@@ -1,10 +1,11 @@
+
-
+
@@ -13,6 +14,7 @@
+ DUMP1090
diff --git a/public_html/style.css b/public_html/style.css
index 86cb053..8d6e201 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -1,6 +1,6 @@
html, body {
margin: 0; padding: 0; background-color: #ffffff; font-family: Tahoma, Sans-Serif;
- font-size: 10pt; overflow: auto;
+ font-size: 10pt; overflow: auto; height: 100%;
}
div#map_container { float: left; width: 100%; height: 100%; }
div#map_canvas { height: 100%; margin-right: 420px; }