From 8af9af0f92fd620998fd984acf25dc7a7bf9996b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 17 May 2013 11:09:24 +0200 Subject: [PATCH] Add an hover also on books --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ec71da0..674725a 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,7 @@ a { color: #000066; font-weight: 800; text-decoration: none;} a:hover { color:#000; text-decoration: none; } .frontpage a {display:inline-block; } .frontpage a:hover { width: 100%; background-color: #778899;} +.books: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