Fix hover on webkit. Reported by Mario

This commit is contained in:
Sébastien Lucas 2013-05-17 10:58:44 +02:00
parent 02dd282763
commit c969ac631f

View file

@ -41,7 +41,8 @@ h6 {font-size: 0.75em;}
a:hover, a:active { outline: none; }
a { color: #000066; font-weight: 800; text-decoration: none;}
a:hover { color:#000; text-decoration: none; }
.frontpage a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;}
.frontpage a {display:inline-block; }
.frontpage a:hover { width: 100%; background-color: #778899;}
.link a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;}
img