aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-05-28 21:57:28 +0000
committerz0rglub <z0rglub@piwigo.org>2004-05-28 21:57:28 +0000
commita6053c1595245178e5459014308dadee9bb60a05 (patch)
tree749a6029fc2ce7b43aa113df49c17dcf8ec401ff /template
parent5643049f239f6472d6019a2f3bce029ed1ef825d (diff)
no more underline for a:hover
git-svn-id: http://piwigo.org/svn/trunk@424 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css
index fdf1d576f..6176bd21e 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -24,7 +24,7 @@ h2 {
/* ANCHORS */
a { text-decoration:none; color:#FFFFFF;}
-a:hover { text-decoration:underline; color:#FFF48E;}
+a:hover { text-decoration:none; color:#FFF48E;}
a.none:hover { text-decoration:none;}
a.image:hover { text-decoration:none;}
a.thumbLink:hover { text-decoration:none;}