MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5,816: Line 5,816:
/* Custom table style */
/* Custom table style */
table.custom-table.wikitable {
table.custom-table.wikitable {
     border-collapse: collapse; /* This removes internal spacing and makes borders adjacent */
     border-collapse: collapse !important; /* Ensure that your style takes precedence */
     border: 1px solid transparent;
     border: none !important; /* Remove internal gridlines */
}
}

Navigation menu