[Pkg-javascript-commits] [leaflet] 238/301: remove controls text shadow for simplicity

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 6f83a385eeb4e7c6830c00a1f81c0387c33ff847
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Wed Nov 13 14:59:26 2013 +0200

    remove controls text shadow for simplicity
---
 debug/map/map.html | 2 +-
 dist/leaflet.css   | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debug/map/map.html b/debug/map/map.html
index 1b2e122..6941ffd 100644
--- a/debug/map/map.html
+++ b/debug/map/map.html
@@ -21,7 +21,7 @@
 
 		var cloudmade = L.tileLayer('http://{s}.tile.cloudmade.com/{key}/997/256/{z}/{x}/{y}.png', {
 			maxZoom: 18,
-			attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
+			attribution: 'Map data © 2011 <a href="#">OpenStreetMap</a> contributors, Imagery © 2011 <a href="#">CloudMade</a>',
 			key: 'd4fc77ea4a63471cab2423e66626cbb6'
 		});
 
diff --git a/dist/leaflet.css b/dist/leaflet.css
index e372b79..67fba94 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -334,11 +334,6 @@
 .leaflet-control-scale-line {
 	padding: 0 5px;
 	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 {

-- 
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