From c969ac631fc57fc2231bc62321b921d13812f4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 17 May 2013 10:58:44 +0200 Subject: [PATCH] Fix hover on webkit. Reported by Mario --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3c6bc5b..ec71da0 100644 --- a/style.css +++ b/style.css @@ -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