1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[ticket/14976] Start converting ems

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-08 14:00:13 -05:00
committed by Michael Miday
parent 0e6a0aae8f
commit 980a9a6f69
6 changed files with 48 additions and 55 deletions

View File

@@ -18,11 +18,11 @@ blockquote cite:before,
font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
display: inline-block;
/* stylelint-disable order/declaration-block-properties-specified-order */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* stylelint-enable order/declaration-block-properties-specified-order */
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}
@@ -86,7 +86,6 @@ blockquote cite:before,
}
.alert_close .icon:before {
line-height: 0.9;
border-radius: 50%;
display: block;
width: 11px;