Force the map div to fill the page.

This commit is contained in:
Tom Hughes 2009-03-23 17:37:50 +00:00
parent 55a10e2a7b
commit d869c88ec0

View file

@ -3,6 +3,15 @@
<head>
<title>OpenStreetMap Embedded</title>
<style type="text/css">
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
margin: 0px;
}
#map {
width: 100%;
height: 100%;