mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 10:27:31 +00:00
Merge "Bottom margin not applying to Parsoid H2s"
This commit is contained in:
commit
91ca28e801
|
@ -154,11 +154,10 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
/* For Parsoid. */
|
||||
.mw-parser-output > section > section > .mw-heading2,
|
||||
/* For legacy parser */
|
||||
.mw-parser-output > .mw-heading2,
|
||||
.mw-parser-output > h2,
|
||||
.mw-parser-output[ data-mw-parsoid-version ] > section > .mw-heading2,
|
||||
.section-heading {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-muted;
|
||||
margin-bottom: @margin-heading;
|
||||
|
|
Loading…
Reference in a new issue