[Pkg-javascript-commits] [leaflet] 239/301: remove underline in attribution links #1868
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 885dbb60bdf1c46b3b3f175f4e3c19b3121d8855
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Wed Nov 13 17:37:21 2013 +0200
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 67fba94..025a7d8 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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list