From b0ccdc5892eae82b744d5543931739ec76a12ca5 Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 6 Jul 2020 21:21:22 -0700 Subject: [PATCH] [less] Remove normalize rules covered by mediawiki.skinning/normalize module `padding: 0` was either a rule targeting very early Operas or Netscape/Firefox or came out of Eric Meyer's reset.css as misappropriation. normalize.css haven't had it in v1.0.0, only relied on `margin: 0` normalization for IE 6 & 7. Change-Id: I3d2894a1e68414b64751bd6ebe7e1af77d260ee7 --- resources/skins.vector.styles/common/normalize.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/skins.vector.styles/common/normalize.less b/resources/skins.vector.styles/common/normalize.less index 94718fcef..edf374596 100644 --- a/resources/skins.vector.styles/common/normalize.less +++ b/resources/skins.vector.styles/common/normalize.less @@ -11,11 +11,6 @@ body { height: 100%; } -body { - margin: 0; - padding: 0; -} - // Support Blink based browsers. // They use `outline` for focus styles, we're only amending the color here, see T245887. :focus {