Merge pull request #1313 from jacobtoye/control-design

IE fixes for new control styles.
This commit is contained in:
Vladimir Agafonkin 2013-01-29 02:22:59 -08:00
commit b661c7bd44
2 changed files with 1 additions and 7 deletions

2
dist/leaflet.css vendored
View File

@ -197,7 +197,7 @@
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;

6
dist/leaflet.ie.css vendored
View File

@ -35,12 +35,6 @@
.leaflet-control-layers {
border: 3px solid #999;
}
.leaflet-control-zoom a {
background-color: #eee;
}
.leaflet-control-zoom a:hover {
background-color: #fff;
}
.leaflet-control-layers-toggle {
}
.leaflet-control-attribution,