diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-05-28 21:57:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-05-28 21:57:28 +0000 |
commit | a6053c1595245178e5459014308dadee9bb60a05 (patch) | |
tree | 749a6029fc2ce7b43aa113df49c17dcf8ec401ff /template/default/default.css | |
parent | 5643049f239f6472d6019a2f3bce029ed1ef825d (diff) |
no more underline for a:hover
git-svn-id: http://piwigo.org/svn/trunk@424 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/default.css | 2 |
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;} |