MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
table.wikitable.no-i-border th, | table.wikitable.no-i-border th, | ||
table.wikitable.no-i-border td { | table.wikitable.no-i-border td { | ||
border: none | border: none; | ||
} | } | ||
Latest revision as of 01:43, 20 July 2025
/* CSS placed here will be applied to all skins */ /* Target the cells (th and td) within the custom table class */ table.wikitable.no-i-border th, table.wikitable.no-i-border td { border: none; } /* Ensure borders are collapsed and spacing is 0 (optional, but ensures clean removal of borders) */ table.wikitable.no-i-border { border-collapse: collapse !important; border-spacing: 0 !important; }