From 4212c781d7ca6a7b63525e61d701969bb0e96b5a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 15:38:59 -0400 Subject: [PATCH] blockquotes in post content were pretty giant for some reason --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index b065a8e..93b3597 100644 --- a/less/topic.less +++ b/less/topic.less @@ -224,6 +224,10 @@ margin-bottom: 5px; } + blockquote { + font-size: 85%; + } + > blockquote { > *:not(:first-child) { display: none;