Difference between revisions of "MediaWiki:Common.css"

From niml.org
Share/Save/Bookmark
Line 4: Line 4:
 
#bodyContent {
 
#bodyContent {
 
   font-size: 2.0em;
 
   font-size: 2.0em;
 +
  line-height: 2.0em
 
}
 
}

Revision as of 16:17, 14 October 2016

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

/* Bring the text to 14px */
#bodyContent {
  font-size: 2.0em;
  line-height: 2.0em
}