[Pkg-javascript-commits] [leaflet] 98/301: fix incorrect scale control on pages with border-box-sizing, close #2006
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit fd86dea4c252cf25f2708f7a572bf505dac6684e
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Fri Sep 13 17:51:06 2013 +0300
fix incorrect scale control on pages with border-box-sizing, close #2006
---
dist/leaflet.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index 7dc11b1..e6fb490 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -365,6 +365,8 @@
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
white-space: nowrap;
overflow: hidden;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list