From 17cec34d8003a26226cee493b3ce337c5b0ee8ac Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 11 Oct 2015 17:30:02 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/3270 --- less/topic.less | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/less/topic.less b/less/topic.less index 7cce7b4..c41e6ee 100644 --- a/less/topic.less +++ b/less/topic.less @@ -252,27 +252,15 @@ } > blockquote { - > *:not(:first-child) { - display: none; - } - > blockquote { - display: block!important; - > *:not(:first-child) { + > *:not(.blockquote) { display: none; } } - } - > blockquote.uncollapsed { - > *:not(:first-child) { - display: block; - } - - > blockquote { - display: block!important; - > *:not(:first-child) { - display: block; + > blockquote.uncollapsed { + > *:not(.blockquote) { + display: block; } } }