Difference between revisions of "MediaWiki:Common.css"

From CUGC Wiki
(Add dt styling.)
 
(Make selector specific enough to apply.)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
dt {
+
#mw-content dl dt {
 
   font-family: sans-serif;
 
   font-family: sans-serif;
 
   font-weight: bold;
 
   font-weight: bold;
 
}
 
}

Revision as of 16:43, 10 March 2019

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

#mw-content dl dt {
  font-family: sans-serif;
  font-weight: bold;
}