From d733330732d322add8b1c7b16aca8ebf8dbfe286 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 9 Feb 2016 17:35:10 +0100 Subject: [PATCH] Using default margin of 1em Chrome, Firefox and Edge use 1em as the default margin for

, 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 56ee5f6c91..381dadd64b 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -146,7 +146,7 @@ ol.nativeList { /* simulate native HTML styles for certain elements */ .htmlContent { p { - margin: 1.5em 0; + margin: 1em 0; } h1 { -- 2.20.1