MediaWiki:Vector.css: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
No edit summary
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 */
/* Bring the text to 14px */
.mw-content-text {
#bodyContent {
   font-size: 2.875em;
   font-size: 1.875em;
}
}

Revision as of 12:35, 27 May 2019

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#bodyContent {
  font-size: 1.875em;
}