Fix scale control margin

This commit is contained in:
John Firebaugh 2013-11-07 12:17:22 -08:00
parent b90d27cdff
commit b3bd81fd4b
2 changed files with 1 additions and 12 deletions

View file

@ -824,7 +824,7 @@ nav.secondary {
}
}
.leaflet-top.leaflet-right {
.leaflet-top {
top: $lineheight !important;
.leaflet-control {
margin-right: 0px !important;

View file

@ -25,14 +25,3 @@ div.leaflet-marker-icon.location-filter.move-marker {
.site .leaflet-popup p {
margin: 0 0 20px 0;
}
.leaflet-left .leaflet-control {
margin-left: 0;
}
.leaflet-top {
margin-top: 16px;
.leaflet-control {
margin-top: 0;
}
}