Difference between revisions of "MediaWiki:Common.css"

From Polyfolds.org
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/* jwf--Bring the text to 14px */
+
/* jwf--Make text larger */
 
#mw-content-text {
 
#mw-content-text {
 
   font-size: 1.000em;
 
   font-size: 1.000em;
 
}
 
}
  
/* jwf--Bring the text to 14px */
+
/* jwf--Make text larger */
 
#bodyContent {
 
#bodyContent {
 
   font-size: 1.000em;
 
   font-size: 1.000em;
 
}
 
}

Revision as of 07:12, 8 June 2017

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

/* jwf--Make text larger */
#mw-content-text {
  font-size: 1.000em;
}

/* jwf--Make text larger */
#bodyContent {
  font-size: 1.000em;
}