Difference between revisions of "MediaWiki:Vector.css"

From Nithyanandapedia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Bring the text to 14px: #bodyContent { font-size: 0.875em; }")
 
Line 2: Line 2:
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 
#bodyContent {
 
#bodyContent {
   font-size: 0.875em;
+
/*Default is 0.8em*/
 +
   font-size: 100%;
 
}
 
}

Revision as of 01:57, 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: 100%;
}