From 6f83a385eeb4e7c6830c00a1f81c0387c33ff847 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 13 Nov 2013 14:59:26 +0200 Subject: [PATCH] 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 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 {