[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
This commit is contained in:
Volker E 2020-07-06 21:21:22 -07:00 committed by Jdlrobson
parent e0f56960f2
commit b0ccdc5892
1 changed files with 0 additions and 5 deletions

View File

@ -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 {