Minor style improvement
authorAlexander Ebert <ebert@woltlab.com>
Mon, 19 Dec 2016 14:18:16 +0000 (15:18 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 19 Dec 2016 15:05:22 +0000 (16:05 +0100)
wcfsetup/install/files/style/layout/global.scss

index 6a596039d34d656bcc34c4fc51a8012c0027a15d..778aa8f408e2aa7cc69b86ade1bc3043eaaca27b 100644 (file)
@@ -142,6 +142,11 @@ ol.nativeList {
        ol {
                list-style-type: decimal;
        }
+       
+       em {
+               /* slight margin to prevent visual merge with adjacent words */
+               margin-right: 2px;
+       }
 }
 
 .separatorLeft::before {