mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Followup contentSub contentSub2 styling
Bug: T311421 Change-Id: I4319142361b83758bbbe3c1a22e9b6ccab47352d
This commit is contained in:
parent
a4949503f6
commit
e1e9552bf3
|
@ -96,16 +96,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#siteSub {
|
|
||||||
margin-top: 8px; // T311564
|
|
||||||
}
|
|
||||||
|
|
||||||
#contentSub,
|
|
||||||
#contentSub2 {
|
|
||||||
// T311564: Override core styles to apply margin-top rather than margin-bottom
|
|
||||||
margin: 8px 0 0 1em !important; // stylelint-disable-line declaration-no-important
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-header {
|
.mw-header {
|
||||||
// allow z-index to apply so search results overlay article
|
// allow z-index to apply so search results overlay article
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -139,6 +129,17 @@ body {
|
||||||
.vector-body {
|
.vector-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: @z-index-base;
|
z-index: @z-index-base;
|
||||||
|
|
||||||
|
#siteSub {
|
||||||
|
margin-top: 8px; // T311564
|
||||||
|
}
|
||||||
|
|
||||||
|
#contentSub,
|
||||||
|
#contentSub2 {
|
||||||
|
// T311564: Override core styles to apply margin-top rather than margin-bottom
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation Containers */
|
/* Navigation Containers */
|
||||||
|
|
Loading…
Reference in a new issue