Difference between revisions of "MediaWiki:Vector.css"

From niml.org
Share/Save/Bookmark
Line 8: Line 8:
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 
#mw-content-text {
 
#mw-content-text {
   font-size: 0.875em;
+
   font-size: 2em;
 
}
 
}

Revision as of 16:10, 14 October 2016

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

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

/* Bring the text to 14px */
#mw-content-text {
  font-size: 2em;
}