CSS: removed hover on boxes

This commit is contained in:
Bernd Erk 2015-09-29 18:42:23 +02:00
parent 36790edd85
commit 9753d94907
1 changed files with 0 additions and 5 deletions

View File

@ -26,9 +26,6 @@
margin: 0.5em;
}
.boxview > div:hover {
background-color: @gray-lightest;
}
/* Box body of contents */
@ -59,8 +56,6 @@
padding: 5px;
}
.boxview div.box.entry a:hover {
}
/* First line of a box entry */
.boxview div.box.entry a:first-child {