Skip to content

Commit

Permalink
Merge pull request #1313 from jacobtoye/control-design
Browse files Browse the repository at this point in the history
IE fixes for new control styles.
  • Loading branch information
mourner committed Jan 29, 2013
2 parents 9bdab60 + d42f9e9 commit b661c7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions dist/leaflet.ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b661c7b

Please sign in to comment.