MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 51: Line 51:
.infoboxTable .infoboxTitle {
.infoboxTable .infoboxTitle {
     display: none;
     display: none;
}
/* Hide the Introduction section header */
h2:has(span.mw-headline[id="Introduction"]) {
    display: none;
}
/* Remove top margin from first element */
body .mw-body-content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
}