From f7f61d823e85dbb14e22ea9422e8e3ff443974f8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 27 Feb 2015 16:16:08 -0800 Subject: [PATCH] Un-bold bold text in catalog only on /tg/. #332 --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 76140db1a..104f34549 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -711,7 +711,7 @@ div[data-checked="false"] > .suboption-list { text-align: center; } /* /tg/ dice rolls */ -.catalog-thread > .comment > b { +.board_tg .catalog-thread > .comment > b { font-weight: normal; } .catalog-code {