From 1405a0ec5ff968be48f99948fe6a5b01339b2c7e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 21 Sep 2016 04:33:07 -0700 Subject: [PATCH] Don't waste space by marking cross-thread quotes in the catalog. --- src/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index 2843f6252..0003031c1 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -986,6 +986,9 @@ span.hide-announcement { :root.resurrect-quotes .deadlink { text-decoration: none !important; } +.catalog-thread .qmark-ct { + display: none; +} .backlink.deadlink:not(.forwardlink), .quotelink.deadlink:not(.forwardlink) { text-decoration: underline !important;