mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
1bac80cd59
Follow-up to commit95c4454
anddd424cb
. This has become a plain style module since95c4454
and doesn't need to use SkinModule anymore. Also, cleaned up the unused import of the less variables. * mainPage: apparently never used, dated back to2cc9516
* userpage: unused since196fb20
Bug: T360988 Change-Id: I49304c64cd2bbc5f791164127a5169e60a43058a
19 lines
249 B
Plaintext
19 lines
249 B
Plaintext
// stylelint-disable selector-max-id
|
|
.page-Main_Page {
|
|
.mw-first-heading {
|
|
border: 0;
|
|
}
|
|
|
|
&.is-authenticated {
|
|
.pre-content {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
#page-secondary-actions a {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
|
|
// stylelint-enable selector-max-id
|