mediawiki-skins-Vector/screen-hd.less
golopot ffc0837bf3 Remove position: absolute from #p-logo element
This was inherited from Monobook (r2881, b52a2a1567).

The #mw-panel (sidebar) was at `top: 160px`.
The #p-logo was at `top: -160px`.
This looks hacky so I set #mw-panel `top: 0`.

Bug: T170053
Change-Id: Ifb99ff36e3a9c530c944df2ea0a6c75759045c1c
2017-07-13 16:28:08 +08:00

28 lines
384 B
Plaintext

/* Vector screen styles for high definition displays */
@import 'variables.less';
.mw-body {
margin-left: 11em;
padding: 1.25em 1.5em 1.5em 1.5em;
}
div#footer {
margin-left: 11em;
padding: 1.25em;
}
#mw-panel {
padding-left: 0.5em;
}
#p-search {
margin-right: 1em;
}
#left-navigation {
margin-left: 11em;
}
#p-personal {
right: 1em;
}
#mw-head-base {
margin-left: 11em;
}