mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15115] Fix print.css errors
PHPBB3-15115
This commit is contained in:
parent
9f5dc941dc
commit
8f25f40321
1 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
/* stylelint-disable selector-max-compound-selectors */
|
/* stylelint-disable selector-max-compound-selectors */
|
||||||
/* stylelint-disable declaration-property-unit-whitelist */
|
/* stylelint-disable declaration-property-unit-whitelist */
|
||||||
/* stylelint-disable declaration-property-unit-blacklist */
|
|
||||||
|
|
||||||
/* Lots still TODO here! */
|
/* Lots still TODO here! */
|
||||||
|
|
||||||
|
@ -217,12 +216,10 @@ ul {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable declaration-property-unit-whitelist */
|
|
||||||
.emoji {
|
.emoji {
|
||||||
min-height: 18px;
|
width: 1em;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
min-height: 18px;
|
||||||
}
|
}
|
||||||
/* stylelint-enable declaration-property-unit-whitelist */
|
/* stylelint-enable declaration-property-unit-whitelist */
|
||||||
/* stylelint-enable declaration-property-unit-blacklist */
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue