[Pkg-javascript-commits] [leaflet] 237/301: Remove text shadow on mobile, ref #2012
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:54 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 d6f08ed21ead669e2a92524073b165d054a0d8b8
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Wed Nov 13 14:03:12 2013 +0200
Remove text shadow on mobile, ref #2012
---
dist/leaflet.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index 918fc6d..e372b79 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -336,6 +336,10 @@
color: #333;
text-shadow: 1px 1px 1px #fff;
}
+.leaflet-touch .leaflet-control-attribution,
+.leaflet-touch .leaflet-control-scale-line {
+ text-shadow: none;
+ }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
--
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