From 74c612961632d423bcdcbdfc43dfa2af63aaee3e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 23 Dec 2020 13:00:44 +0100 Subject: [PATCH] Removed the extra margin for `` 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 8b22c4e6ee..33af482133 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -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, -- 2.20.1