diff options
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 9 | 
1 files changed, 8 insertions, 1 deletions
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 {  | 
