Fix hover for frontpage
This commit is contained in:
parent
8af9af0f92
commit
9c7fffc5da
|
@ -41,7 +41,7 @@ h6 {font-size: 0.75em;}
|
||||||
a:hover, a:active { outline: none; }
|
a:hover, a:active { outline: none; }
|
||||||
a { color: #000066; font-weight: 800; text-decoration: none;}
|
a { color: #000066; font-weight: 800; text-decoration: none;}
|
||||||
a:hover { color:#000; text-decoration: none; }
|
a:hover { color:#000; text-decoration: none; }
|
||||||
.frontpage a {display:inline-block; }
|
.frontpage a {display:block; }
|
||||||
.frontpage a:hover { width: 100%; background-color: #778899;}
|
.frontpage a:hover { width: 100%; background-color: #778899;}
|
||||||
.books: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;}
|
.link a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;}
|
||||||
|
|
Loading…
Reference in a new issue