remove underline in attribution links #1868

This commit is contained in:
Vladimir Agafonkin 2013-11-13 17:37:21 +02:00
parent 6f83a385ee
commit 885dbb60bd

6
dist/leaflet.css vendored
View File

@ -335,6 +335,12 @@
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;