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.css15
1 files changed, 1 insertions, 14 deletions
diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css
index 4fcb0dc76c..f5fe5558a4 100644
--- a/phpBB/styles/prosilver/theme/icons.css
+++ b/phpBB/styles/prosilver/theme/icons.css
@@ -9,7 +9,7 @@
* Just change the name of the font after the 14/1 to the name of
* the font you wish to use.
*/
-.icon, .button .icon {
+.icon, .button .icon, blockquote cite:before, .uncited:before {
display: inline-block;
font-weight: normal;
font-style: normal;
@@ -88,23 +88,10 @@
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 */
}
.rtl blockquote cite:before, .rtl .uncited:before {
- padding-right: 0;
- padding-left: 5px;
content: '\f10e'; /* Font Awesome quote-right */
}