mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15980] fix new stylelint errors
PHPBB3-15980
This commit is contained in:
parent
02c8e8cc1a
commit
f95c323881
2 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ blockquote cite:before,
|
|||
font-variant: normal;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
/* stylelint-disable order/declaration-block-properties-specified-order */
|
||||
/* stylelint-disable order/properties-order */
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
/* stylelint-enable order/declaration-block-properties-specified-order */
|
||||
/* stylelint-enable order/properties-order */
|
||||
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
position: relative;
|
||||
display: block;
|
||||
height: 2px;
|
||||
margin: 4px -10px -6px -10px;
|
||||
margin: 4px -10px -6px;
|
||||
}
|
||||
|
||||
.file-progress {
|
||||
|
|
Loading…
Add table
Reference in a new issue