Difference between revisions of "MediaWiki:Common.css"

From Polyfolds.org
Jump to: navigation, search
Line 3: Line 3:
 
/* jwf--Bring the text to 14px */
 
/* jwf--Bring the text to 14px */
 
#mw-content-text {
 
#mw-content-text {
   font-size: 0.975em;
+
   font-size: 1.975em;
 
}
 
}
  
 
/* jwf--Bring the text to 14px */
 
/* jwf--Bring the text to 14px */
 
#bodyContent {
 
#bodyContent {
   font-size: 0.975em;
+
   font-size: 1.975em;
 
}
 
}

Revision as of 07:10, 8 June 2017

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

/* jwf--Bring the text to 14px */
#mw-content-text {
  font-size: 1.975em;
}

/* jwf--Bring the text to 14px */
#bodyContent {
  font-size: 1.975em;
}