MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 50: Line 50:
/* Hide the infobox title row */
/* Hide the infobox title row */
.infoboxTable .infoboxTitle {
.infoboxTable .infoboxTitle {
    display: none;
}
/* Remove <p> tags containing only <br> */
.mw-parser-output > p:first-child {
    margin: 0 !important;
    padding: 0 !important;
     display: none;
     display: none;
}
}