From f2913a4f817502456c0b77bf9e35204f59743077 Mon Sep 17 00:00:00 2001 From: kaernyk Date: Fri, 26 Sep 2014 07:58:56 -0400 Subject: [PATCH] Correct thread:hover highlighting --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 1cb36641..bb6ac57a 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -551,14 +551,14 @@ pre { margin-left: -20px; } -+div.threads:hover { +div.thread:hover { background: #D6DAF0; border-color: #B7C5D9; } .theme-catalog div.grid-size-vsmall img { max-width: 100%; - max-height: 100px; + max-height: 64px; } .theme-catalog div.grid-size-vsmall {