diff --git a/debug/map/map.html b/debug/map/map.html
index 1b2e1221f..6941ffd2a 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 OpenStreetMap contributors, Imagery © 2011 CloudMade',
key: 'd4fc77ea4a63471cab2423e66626cbb6'
});
diff --git a/dist/leaflet.css b/dist/leaflet.css
index e372b795a..67fba94f9 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 {