MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary Tag: Reverted |
||
| Line 17: | Line 17: | ||
align-items:center; | align-items:center; | ||
justify-content:end; | justify-content:end; | ||
} | |||
#bodyContent .pi-theme-nation | |||
{ | |||
text-align:center; | |||
} | } | ||
Revision as of 15:45, 23 March 2023
/* ----- PORTABLE INFOBOX STYLING ----- */
#bodyContent .pi-theme-erra .pi-title
{
text-align:center;
}
#bodyContent .pi-theme-erra .pi-header
{
text-align:center;
}
#bodyContent .pi-theme-erra .pi-data-value
{
display:flex;
align-items:center;
justify-content:end;
}
#bodyContent .pi-theme-nation
{
text-align:center;
}