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,