MediaWiki:Common.css: Difference between revisions

From THCoTD Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body-content { max-width: 800px; margin: 0 auto; }")
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-body-content {
.portable-infobox .pi-title {
     max-width: 800px;
     text-align: center;
    margin: 0 auto;
}
}

Latest revision as of 09:03, 16 September 2025

/* CSS placed here will be applied to all skins */
.portable-infobox .pi-title {
    text-align: center;
}