MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5,812: Line 5,812:
     text-align: center;
     text-align: center;
     display: table-cell; /* or 'table-cell' if block doesn't work as intended */
     display: table-cell; /* or 'table-cell' if block doesn't work as intended */
}
/* Custom table style */
table.custom-table.wikitable {
    border-collapse: collapse !important; /* Ensure that your style takes precedence */
    border: none !important; /* Remove internal gridlines */
}
}