mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
d28f09df31
This is the final step of the process described at <https://www.mediawiki.org/wiki/Separating_skins_from_core_MediaWiki>. Corresponding core change: Idfc38503. Change-Id: I84fcf7ce6385b8323544cafe6912a00f1886d20d
31 lines
428 B
Plaintext
31 lines
428 B
Plaintext
/* Vector screen styles for high definition displays */
|
|
|
|
@import "variables.less";
|
|
|
|
div#content {
|
|
margin-left: 11em;
|
|
padding: 1.25em 1.5em 1.5em 1.5em;
|
|
}
|
|
#p-logo {
|
|
left: @menu-main-logo-left;
|
|
}
|
|
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;
|
|
}
|