remove controls text shadow for simplicity

This commit is contained in:
Vladimir Agafonkin 2013-11-13 14:59:26 +02:00
parent d6f08ed21e
commit 6f83a385ee
2 changed files with 1 additions and 6 deletions

View File

@ -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 &copy; 2011 <a href="#">OpenStreetMap</a> contributors, Imagery &copy; 2011 <a href="#">CloudMade</a>',
key: 'd4fc77ea4a63471cab2423e66626cbb6'
});

5
dist/leaflet.css vendored
View File

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