Difference between revisions of "MediaWiki:Common.css"

From Polyfolds.org
Jump to: navigation, search
(Created page with "/* CSS placed here will be applied to all skins */ /* jwf--Bring the text to 14px */ #mw-content-text { font-size: 0.875em; } jwf--Bring the text to 14px: #bodyConten...")
 
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.875em;
+
   font-size: 0.975em;
 
}
 
}
  
 
/* jwf--Bring the text to 14px */
 
/* jwf--Bring the text to 14px */
 
#bodyContent {
 
#bodyContent {
   font-size: 0.875em;
+
   font-size: 0.975em;
 
}
 
}

Revision as of 07:06, 8 June 2017

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

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

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