MediaWiki:Vector.css: Difference between revisions

From Teddy Bear Talk Support
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Bring the text to 14px: .mw-content-text { font-size: 0.875em; }")
 
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 */
.mw-editfont-monospace,
.mw-content-text {
.mw-editfont-sans-serif,
  font-size: 0.875em;
.mw-editfont-serif {
font-size: 14px !important;
}
}

Revision as of 17:04, 23 December 2020

/* CSS placed here will affect users of the Vector skin */
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
	font-size: 14px !important;
}