no more underline for a:hover

git-svn-id: http://piwigo.org/svn/trunk@424 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-05-28 21:57:28 +00:00
parent 5643049f23
commit a6053c1595

View file

@ -24,7 +24,7 @@ h2 {
/* ANCHORS */ /* ANCHORS */
a { text-decoration:none; color:#FFFFFF;} 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.none:hover { text-decoration:none;}
a.image:hover { text-decoration:none;} a.image:hover { text-decoration:none;}
a.thumbLink:hover { text-decoration:none;} a.thumbLink:hover { text-decoration:none;}