Difference between revisions of "MediaWiki:Vector.css"

From CcmWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
/* Bring the text to 14px */
+
/* Reduce content text size */
 
#bodyContent {
 
#bodyContent {
 
   font-size: 80%;
 
   font-size: 80%;
 
}
 
}

Latest revision as of 06:17, 3 August 2014

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

/* Reduce content text size */
#bodyContent {
  font-size: 80%;
}