MediaWiki:Common.css: Difference between revisions

From New Normal Fan Wiki
Content deleted Content added
Set font-weight of dt tags to normal
 
m Fix title align
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


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

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

Latest revision as of 01:51, June 27, 2021

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

dt {
  font-weight: normal;
}

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