mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 12:00:26 +02:00
[ticket/16237] fix quote icon
PHPBB3-16237
This commit is contained in:
@@ -50,12 +50,17 @@ span + .o-icon {
|
|||||||
|
|
||||||
blockquote cite:before,
|
blockquote cite:before,
|
||||||
.uncited: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 blockquote cite:before,
|
||||||
.rtl .uncited:before {
|
.rtl .uncited:before {
|
||||||
content: "\f10e"; /* Font Awesome quote-right */
|
content: "\201D";
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-forum-row-icon,
|
.c-forum-row-icon,
|
||||||
|
Reference in New Issue
Block a user