From 4113fba04dff2f56201a7be35008b43e483c0d7d Mon Sep 17 00:00:00 2001 From: nomind60s Date: Fri, 24 Feb 2017 06:26:42 -0700 Subject: [PATCH] [ticket/15086] Handle the uncited case properly The blockquote uncited CSS needs the Font Awesome icon added as well PHPBB3-15086 --- phpBB/styles/prosilver/theme/content.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 3c4467cb19..9673079ee5 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -483,7 +483,14 @@ blockquote cite cite { } blockquote.uncited { - padding-top: 25px; + padding-top: 0; +} + +blockquote.uncited:before { + /* Font Awesome quote-left */ + content: '\f10d'; + font-family: FontAwesome; + padding-right: 5px; } blockquote cite > div {