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
Line 1: Line 1:
 
<style>
.infobox th {
    text-align: center !important;  /* centers all headers */
}
.infobox td {
    text-align: left !important;    /* keeps data left-aligned */
}
.infobox .infobox-above {
    text-align: center !important;  /* for rows like “Incumbent” or top rows */
}
</style>

Revision as of 23:02, 28 September 2025

<style>
.infobox th {
    text-align: center !important;  /* centers all headers */
}
.infobox td {
    text-align: left !important;    /* keeps data left-aligned */
}
.infobox .infobox-above {
    text-align: center !important;  /* for rows like “Incumbent” or top rows */
}
</style>