summaryrefslogtreecommitdiff
path: root/htdocs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/index.html')
-rw-r--r--htdocs/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index 93f501e..7716927 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -17,7 +17,11 @@
<script src='leafletjs/Leaflet.Editable.js'></script>
</head>
<body style="position: absolute; padding: 0px; margin: 0px; width:100%; height:100%;">
- <div id="mapid" style="width: 100%; height: 100%;"></div>
+ <table id="windowtable" style="border-spacing:0;border:0;height:100%;width:100%;"><tr id="windowtr">
+ <td style="padding:0;margin:0">
+ <div id="mapid" style="padding:0;margin:0;width: 100%; height: 100%;"></div>
+ </td>
+ </tr></table>
<style>
.leaflet-tooltip.city-names {
background-color: transparent;