mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
6df96ca768
In Id9b0e955d6e2a113f91484c7ee6bbc9275e3a2ec the css selector was weakened and started impacting the footer as well. This restores the old behaviour. Bug: T180375 Change-Id: Ibfff6e249a3249ae2ee97d31fd50d2f5272a25ae
33 lines
472 B
Plaintext
33 lines
472 B
Plaintext
@import 'minerva.variables';
|
|
|
|
.ns-special {
|
|
#content {
|
|
@verticalPadding: 0.5em;
|
|
#section_0 {
|
|
padding: @verticalPadding 0;
|
|
text-align: center;
|
|
font-size: 1.25em;
|
|
font-weight: bold;
|
|
border: 0;
|
|
}
|
|
|
|
.pre-content {
|
|
padding: 0;
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
// Important given we have no idea which rules special pages are enforcing
|
|
font-family: @fontFamily !important;
|
|
}
|
|
|
|
.content-header {
|
|
h1,
|
|
h2 {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|