Difference between revisions of "MediaWiki:Vector.css"

From CcmWiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: Bring the text to 14px: #bodyContent { font-size: 0.7em; }")
 
 
(6 intermediate revisions by the same user not shown)
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: 0.7em;
+
   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%;
}