Fix W3C Validation Errors #34

Submitted by ddeitterick, but the push didn't work on IE8/9. I hope I've
extracted the required parts and implemented them correctly here.
This commit is contained in:
Malcolm Robb 2014-10-29 17:39:34 +00:00
parent 5699e48855
commit abaf9d8b39
2 changed files with 4 additions and 2 deletions

View file

@ -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; }