More actions
Blanked the page Tags: Blanking Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
/* Ensure all tables are centered */ | |||
table.wikitable { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
/* Specific centering for the class 'wikitable' */ | |||
.wikitable { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} |
Revision as of 16:25, 27 October 2024
/* Ensure all tables are centered */ table.wikitable { margin-left: auto !important; margin-right: auto !important; } /* Specific centering for the class 'wikitable' */ .wikitable { margin-left: auto !important; margin-right: auto !important; }