From 26872535a4edf7c3805d4988384283048f2f7e8b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Sep 2016 22:00:36 -0700 Subject: [PATCH] Fix bug causing subject in catalog to get hidden (from e496de4f6a9edcc45cb98fc35a476e3202b958df). --- src/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index f0d474bbe..71c12e7e5 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -808,11 +808,11 @@ div.catalog-thread { margin: 0; } #delform .catalog-thread > .postContainer:not(:hover) .file, -#delform .catalog-thread > .postContainer:not(:hover) .postInfo, +#delform .catalog-thread > .postContainer:not(:hover) .postInfo > :not(.subject), #delform .catalog-thread > .postContainer > :not(.post), #delform .catalog-thread .file > :not(.fileText), #delform .catalog-thread .file > .fileText > :not(:first-child), -#delform .catalog-thread .postInfo > :not(.nameBlock):not(.dateTime), +#delform .catalog-thread .postInfo > :not(.subject):not(.nameBlock):not(.dateTime), #delform .catalog-thread .posteruid, .thread:not(.catalog-thread) .catalog-link, .thread:not(.catalog-thread) .catalog-stats {