From ae026247934f422622031c426af01101c05f4c18 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 25 Apr 2016 20:10:16 -0700 Subject: Revert "revert inline-block for blockquote" This reverts commit 15cfd6fda79fdaff8302f2eae91e8fc40940609a. --- view/theme/redbasic/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bd5df5e63..31455cbdd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1605,6 +1605,7 @@ nav ul li .notify-unseen } blockquote { + display: inline-block; font-size: $font_size; font-style: italic; border-left: 3px solid #ccc; -- cgit v1.2.3