blokmap/map.css
2014-12-09 19:54:50 +01:00

20 lines
205 B
CSS

html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
.gmnoprint, .gm-style-cc {
display: none;
}
#resto-popup {
border-radius: 0px;
}