Difference between revisions of "MediaWiki:Common.css"

From CUGC Wiki
(Don't override theme font choice.)
(Make dt similar in size to normal text.)
Line 3: Line 3:
 
#mw-content dl dt {
 
#mw-content dl dt {
 
   font-weight: bold;
 
   font-weight: bold;
 +
  font-size: 110%;
 
}
 
}

Revision as of 17:13, 10 March 2019

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

#mw-content dl dt {
  font-weight: bold;
  font-size: 110%;
}