Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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;
}