Removed the extra margin for `<em>`
authorAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2020 12:00:44 +0000 (13:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2020 12:00:44 +0000 (13:00 +0100)
This margin was required in previous versions that used incomplete fonts with lack for true italic versions. All system fonts have support for italic variants and the new WebFont support utilizes fonts with the same capabilities, creating a weird gap after italic words.

wcfsetup/install/files/style/layout/global.scss

index 8b22c4e6eede993b3198b1b1b972f5509d73759a..33af4821333e209ad19dde246f2a30beb2c77b70 100644 (file)
@@ -142,11 +142,6 @@ ol.nativeList {
        ol {
                list-style-type: decimal;
        }
-       
-       em {
-               /* slight margin to prevent visual merge with adjacent words */
-               margin-right: 2px;
-       }
 }
 
 .containerContent,