aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/icons.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/icons.css')
-rw-r--r--phpBB/styles/prosilver/theme/icons.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css
index 411fecaf3b..c4aabb2b0f 100644
--- a/phpBB/styles/prosilver/theme/icons.css
+++ b/phpBB/styles/prosilver/theme/icons.css
@@ -85,3 +85,20 @@
line-height: .9;
height: 12px;
}
+
+
+blockquote cite:before, .uncited:before {
+ -webkit-font-smoothing: antialiased;
+ -mos-osx-font-smoothing: grayscale;
+ font-family: FontAwesome;
+ font-size: 14px;
+ font-weight: normal;
+ font-style: normal;
+ font-variant: normal;
+ line-height: 1;
+ text-rendering: auto;
+ display: inline-block;
+ padding-right: 5px;
+ content: '\f10d'; /* Font Awesome quote-left */
+}
+