mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-30 18:35:44 +00:00
Vector 2022: Align #contentSub with page title (to the left)
(Visual change) Bug: T307715 Change-Id: Ic4a8d4d55e132cec5df720fdb38eb47c37c8baf0
This commit is contained in:
parent
6e30fa2c00
commit
2321eeb054
|
@ -98,6 +98,8 @@ body {
|
||||||
// T311564: Override core styles to apply margin-top rather than margin-bottom
|
// T311564: Override core styles to apply margin-top rather than margin-bottom
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
// T307715: Override core styles to align with page title and #siteSub
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue