From ee5eed6c7f33fb2d7077f3f940ed1a2e95957cea Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 3 Dec 2018 16:45:43 -0800 Subject: [PATCH] Display links to NSFW boards in bottom board list. #2158 --- src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index 1ea2bf5f0..eaeaa80b6 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -125,6 +125,10 @@ body > div[style*=" top: -10000px;"] { body.is_catalog .thread > a > img { display: inline-block; } +/* Links to NSFW boards */ +.nwsb { + display: inline; +} /* Ads */ .ad-cnt > *, .adg-rects > *, .bsa-cnt {