From a9b38bb2cbb0d7aaa88bf8525c5cbf60e9768161 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Wed, 19 Aug 2020 21:47:01 -1000
Subject: [PATCH] [ticket/16237] fix quote icon

PHPBB3-16237
---
 phpBB/styles/prosilver/theme/icons.css | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css
index 7126a60d9e..ea17f5f3e4 100644
--- a/phpBB/styles/prosilver/theme/icons.css
+++ b/phpBB/styles/prosilver/theme/icons.css
@@ -50,12 +50,17 @@ span + .o-icon {
 
 blockquote cite:before,
 .uncited:before {
-	content: "\f10d"; /* Font Awesome quote-left */
+	font-size: 36px;
+	vertical-align: bottom;
+	display: inline-block;
+	margin-top: 8px;
+	margin-bottom: -8px;
+	content: "\201C";
 }
 
 .rtl blockquote cite:before,
 .rtl .uncited:before {
-	content: "\f10e"; /* Font Awesome quote-right */
+	content: "\201D";
 }
 
 .c-forum-row-icon,