mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
0fe451b23a
- Remove cached HTML relating to heading change ( I2ffdedd64414ffb3c6e441391a75fd6e744847a4) - Update invalid instruction for selector in footer (I0bfc7f977cdaf5ce8873103346c64121d704b86c) It appears this rule cannot yet be removed. - Update classes for contributions icon on user pages (I6c908acd70c0dca5bcb1754d1b25d3da2389feb8) Change-Id: I271abf3d29dfcfd19d654514fb3f6d6e257505ab
21 lines
352 B
Plaintext
21 lines
352 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
@import '../../minerva.less/minerva.mixins.less';
|
|
|
|
// 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
|