mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-09 02:12:44 +02:00
[ticket/15213] Fix stylelint failures
PHPBB3-15213
This commit is contained in:
parent
cf603f7025
commit
5f09e0ec0a
@ -548,7 +548,8 @@ li.breadcrumbs span:first-child > a {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .rtl .uncited:before {
|
||||
.rtl blockquote cite:before,
|
||||
.rtl .uncited:before {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
@ -499,7 +499,8 @@ blockquote cite cite {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
blockquote cite:before, .uncited:before {
|
||||
blockquote cite:before,
|
||||
.uncited:before {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,8 @@
|
||||
*/
|
||||
.icon,
|
||||
.button .icon,
|
||||
blockquote cite:before, .uncited:before {
|
||||
blockquote cite:before,
|
||||
.uncited:before {
|
||||
font-family: FontAwesome;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
@ -93,11 +94,13 @@ blockquote cite:before, .uncited:before {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
blockquote cite:before, .uncited:before {
|
||||
content: '\f10d'; /* Font Awesome quote-left */
|
||||
blockquote cite:before,
|
||||
.uncited:before {
|
||||
content: "\f10d"; /* Font Awesome quote-left */
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .rtl .uncited:before {
|
||||
content: '\f10e'; /* Font Awesome quote-right */
|
||||
.rtl blockquote cite:before,
|
||||
.rtl .uncited:before {
|
||||
content: "\f10e"; /* Font Awesome quote-right */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user