moving style stuff out of index.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user