Difference between revisions of "MediaWiki:Vector.css"

From CcmWiki
Jump to: navigation, search
Line 3: Line 3:
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 
#bodyContent {
 
#bodyContent {
   font-size: 0.875em;
+
   font-size: 0.75em;
 
}
 
}

Revision as of 06:12, 3 August 2014

/* CSS placed here will affect users of the Vector skin */

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