Difference between revisions of "MediaWiki:Vector.css"

From Nithyanandapedia
Jump to navigation Jump to search
Line 3: Line 3:
 
#bodyContent {
 
#bodyContent {
 
/*Default is 0.8em*/
 
/*Default is 0.8em*/
   font-size: 110%;
+
   font-size: 120%;
 
}
 
}

Revision as of 02:01, 30 August 2020

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#bodyContent {
	/*Default is 0.8em*/
  font-size: 120%;
}