MediaWiki:Common.css: Difference between revisions

From American Election Wiki
Jump to navigation Jump to search
Peoplesconcord (talk | contribs)
Blanked the page
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<style>
/* Center headers like "Incumbent" */
.infobox .infobox-above {
    text-align: center !important;
}


/* Center table headers */
.infobox th {
    text-align: center !important;
}
/* Keep table data left-aligned */
.infobox td {
    text-align: left !important;
}
</style>

Latest revision as of 23:04, 28 September 2025

<style>
/* Center headers like "Incumbent" */
.infobox .infobox-above {
    text-align: center !important;
}

/* Center table headers */
.infobox th {
    text-align: center !important;
}

/* Keep table data left-aligned */
.infobox td {
    text-align: left !important;
}
</style>