mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
61ba76efdb
This is handled by MobileFrontend now, just as it should do. We rely on skinStyles where possible. Depends-On: I665f6fe60939475249786fdc951149c38473fda6 Bug: T173597 Change-Id: I0fe9efcf98bbd8e188d91a29d4cfda897d47808d
26 lines
409 B
Plaintext
26 lines
409 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;
|
|
}
|
|
}
|