MediaWiki

Common.css: Difference between revisions

From CPUlator Wiki

No edit summary
No edit summary
Line 4: Line 4:
font-size: 13px;
font-size: 13px;
line-height: 1.25;
line-height: 1.25;
}
.mw-highlight pre span.lineno {
color: #c0c0c0;
margin-right: 0.5em;
}
}

Revision as of 04:27, 10 March 2019

/* CSS placed here will be applied to all skins */

.mw-highlight pre {
	font-size: 13px;
	line-height: 1.25;
}

.mw-highlight pre span.lineno {
color: #c0c0c0;
margin-right: 0.5em;
}