mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
[less] Move margin
and padding
on body
only
Both properties are needed for normalizing different browsers (`padding` infamous on older Operas) and are only needed on `body`. Change-Id: I661869ed43491824cbfe86dc36e39f97e29ccf8a
This commit is contained in:
parent
a2864cb5ef
commit
5691e4c7c4
|
@ -9,6 +9,9 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue