Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE fixes for new control styles. #1313

Merged
merged 2 commits into from
Jan 29, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Using hex color instead of rgba to support oldie.
  • Loading branch information
jacobtoye committed Jan 29, 2013
commit 93f46bf65675b7157e0368fc9dab46a83d84a58a
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