MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
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 */
.custom-table {
    border-collapse: collapse; /* This removes internal spacing and makes borders adjacent */
    border: 2px solid red; /* Change this to your desired color */
}
}