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