MediaWiki:Common.css: Difference between revisions

From UCSC Genomics Institute Computing Infrastructure Information

(Created page with "→‎CSS placed here will be applied to all skins: .mw-body-content { line-height: 5; }")
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-body-content {
.mw-body-content {
line-height: 5;
line-height: 1.3;
    font-size: 14px;
}
}

Latest revision as of 18:46, 29 July 2023

/* CSS placed here will be applied to all skins */
.mw-body-content {
	line-height: 1.3;
    font-size: 14px;
}