Using default margin of 1em
authorAlexander Ebert <ebert@woltlab.com>
Tue, 9 Feb 2016 16:35:10 +0000 (17:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 9 Feb 2016 16:39:35 +0000 (17:39 +0100)
Chrome, Firefox and Edge use 1em as the default margin for <p>, this
change unifies the appearance. It is much more closely to word
processors, all though these lean towards 1-1.2em, but 1.5em was way
off.

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

index 56ee5f6c911f2de473556978efdd25dbca395d7a..381dadd64b7b79e727d7611f672c1d7bddabe02a 100644 (file)
@@ -146,7 +146,7 @@ ol.nativeList {
 /* simulate native HTML styles for certain elements */
 .htmlContent {
        p {
-               margin: 1.5em 0;
+               margin: 1em 0;
        }
        
        h1 {