MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
/* Center headers like "Incumbent" */ | |||
.infobox .infobox-above { | |||
text-align: center !important; | |||
} | |||
/* Center table headers */ | |||
.infobox th { | .infobox th { | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
/* Keep table data left-aligned */ | |||
.infobox td { | .infobox td { | ||
text-align: left !important; | text-align: left !important; | ||
} | } | ||
</style> | </style> |