Correct thread:hover highlighting

This commit is contained in:
kaernyk 2014-09-26 07:58:56 -04:00
parent 35d2a91b0b
commit f2913a4f81

View File

@ -551,14 +551,14 @@ pre {
margin-left: -20px; margin-left: -20px;
} }
+div.threads:hover { div.thread:hover {
background: #D6DAF0; background: #D6DAF0;
border-color: #B7C5D9; border-color: #B7C5D9;
} }
.theme-catalog div.grid-size-vsmall img { .theme-catalog div.grid-size-vsmall img {
max-width: 100%; max-width: 100%;
max-height: 100px; max-height: 64px;
} }
.theme-catalog div.grid-size-vsmall { .theme-catalog div.grid-size-vsmall {