Template:Mono/styles.css: Difference between revisions

From Central Student Government Wiki
Jump to navigation Jump to search
MediaWiki>ExE Boss
Linkify “Template:Mono
Administrator (talk | contribs)
m 1 revision imported
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Styling for [[Template:Mono]] */
/* {{pp-template}} */
.monospaced {
.monospaced {
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */
/* "monospace, monospace" per [[WP:MONO]] */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Latest revision as of 11:29, 5 March 2025

/* {{pp-template}} */
.monospaced {
	/* "monospace, monospace" per [[WP:MONO]] */
	font-family: monospace, monospace;
}