aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r--phpBB/styles/prosilver/theme/content.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 2ceb2b4613..1043a23cd4 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -466,26 +466,14 @@ blockquote cite {
/* Username/source of quoter */
font-style: normal;
font-weight: bold;
- margin-left: 0;
display: block;
font-size: 0.9em;
}
-blockquote cite:before, .uncited:before {
- /* Font Awesome quote-left */
- content: '\f10d';
- font-family: FontAwesome;
- padding-right: 5px;
-}
-
blockquote cite cite {
font-size: 1em;
}
-blockquote.uncited {
- padding-top: 0;
-}
-
blockquote cite > div {
float: right;
font-weight: normal;