0

moving style stuff out of index.html

This commit is contained in:
Alex Headley
2011-04-23 14:02:00 -04:00
parent f9f98960a0
commit 48d99a674f
2 changed files with 16 additions and 4 deletions

View File

@@ -14,6 +14,6 @@
</head> </head>
<!-- Generated at: {time} --> <!-- Generated at: {time} -->
<body onload="initialize()"> <body onload="initialize()">
<div id="mcmap" style="width:100%; height:100%"></div> <div id="mcmap"></div>
</body> </body>
</html> </html>

View File

@@ -1,6 +1,18 @@
html { height: 100% } html {
body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } height: 100%;
#mcmap { height: 100% } }
body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #000;
}
#mcmap {
width: 100%;
height: 100%;
}
.infoWindow { .infoWindow {
height: 100px; height: 100px;