Remove margin override for .leaflet-control-zoom
It should have the same margins as other .leaflet-controls (10px).
This commit is contained in:
parent
92c55ce77b
commit
1bce0760b0
4
dist/leaflet.css
vendored
4
dist/leaflet.css
vendored
@ -260,10 +260,6 @@
|
|||||||
|
|
||||||
/* zoom control */
|
/* zoom control */
|
||||||
|
|
||||||
.leaflet-container .leaflet-control-zoom {
|
|
||||||
margin-left: 13px;
|
|
||||||
margin-top: 12px;
|
|
||||||
}
|
|
||||||
.leaflet-control-zoom-in {
|
.leaflet-control-zoom-in {
|
||||||
font: bold 18px 'Lucida Console', Monaco, monospace;
|
font: bold 18px 'Lucida Console', Monaco, monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user