1
0
Fork 0
mirror of https://github.com/noerw/gpx-visualize synced 2025-06-07 08:36:04 +02:00
gpx-visualize/static/css/index.css
2016-07-05 07:57:39 +02:00

13 lines
214 B
CSS

html, body, #map {
margin: 0;
height: 100%;
}
.leaflet-popup-content-wrapper {
border-radius: 4px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
padding-right: 7px;
margin: 3px;
}