From 885dbb60bdf1c46b3b3f175f4e3c19b3121d8855 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 13 Nov 2013 17:37:21 +0200 Subject: [PATCH] remove underline in attribution links #1868 --- dist/leaflet.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/leaflet.css b/dist/leaflet.css index 67fba94f..025a7d88 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -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;