MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 53: Line 53:
}
}


/* Hide the Introduction section header */
/* Remove empty paragraph with <br> at the top of the page */
h2:has(span.mw-headline[id="Introduction"]) {
.mw-parser-output > p:empty {
     display: none;
     display: none;
}
/* Remove top margin from first element */
body .mw-body-content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
}