MediaWiki:Common.css: Difference between revisions

From New Normal Fan Wiki
Content deleted Content added
Set font-weight of dt tags to normal
 
Center align Portable Infobox titles
Line 2: Line 2:


dt {
dt {
font-weight: normal;
font-weight: normal;
}

.pi-title {
text-align: center;
}
}

Revision as of 01:50, June 27, 2021

/* CSS placed here will be applied to all skins */

dt {
  font-weight: normal;
}

.pi-title {
  text-align: center;
}