mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
[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:
parent
e0f56960f2
commit
b0ccdc5892
|
@ -11,11 +11,6 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Support Blink based browsers.
|
// Support Blink based browsers.
|
||||||
// They use `outline` for focus styles, we're only amending the color here, see T245887.
|
// They use `outline` for focus styles, we're only amending the color here, see T245887.
|
||||||
:focus {
|
:focus {
|
||||||
|
|
Loading…
Reference in a new issue