MediaWiki:Common.css: Difference between revisions

From UCSC Genomics Institute Computing Infrastructure Information

No edit summary
mNo edit summary
Line 2: Line 2:
.mw-body-content {
.mw-body-content {
line-height: 1;
line-height: 1;
     font-size: 10px;
     font-size: 12px;
}
}

Revision as of 18:25, 29 July 2023

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