blokmap/map.css

17 lines
199 B
CSS
Raw Normal View History

2014-12-09 18:54:50 +00:00
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
2014-12-09 19:44:33 +00:00
.leaflet-popup-content-wrapper,
2014-12-09 19:53:19 +00:00
.leaflet-control-zoom {
2014-12-09 18:54:50 +00:00
border-radius: 0px;
}