Difference between revisions of "MediaWiki:Vector.css"

From 8BitDev.org - Atari 7800 Development Wiki
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.875em; }")
 
 
Line 3: Line 3:
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 
#bodyContent {
 
#bodyContent {
   font-size: 0.875em;
+
   font-size: 1.0em;
 
}
 
}

Latest revision as of 17:45, 23 December 2015

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

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