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:
parent
5643049f23
commit
a6053c1595
1 changed files with 1 additions and 1 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue