MediaWiki:Common.css: Difference between revisions

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


/* Remove empty paragraph with <br> at the top of the page */
/* Remove <p> tags containing only <br> */
.mw-parser-output > p:empty {
.mw-parser-output > p:first-child {
    margin: 0 !important;
    padding: 0 !important;
     display: none;
     display: none;
}
}