Fix hover on textbook buttons

This commit is contained in:
Kyle Fiedler
2012-06-26 15:18:17 -04:00
parent fc81cf75c1
commit 6c95bfc175

View File

@@ -62,6 +62,8 @@ div.book-wrapper {
@extend .clearfix;
li {
background-color: darken($cream, 4%);
&.last {
display: block;
float: left;
@@ -77,6 +79,10 @@ div.book-wrapper {
display: block;
float: right;
}
&:hover {
background: none;
}
}
}