Template:Mono/styles.css: Difference between revisions

From lisamarieyoung.ca
en>Pppery
(Adding protection template)
 
en>XaosoaX
Line 1: Line 1:
/* {{pp-template}} */
/* Styling for Template:Mono */
.monospaced {
.monospaced {
/* "monospace, monospace" per [[WP:MONO]] */
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:en:WP:MONO]]. */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Revision as of 16:52, 6 August 2019

/* Styling for Template:Mono */
.monospaced {
	/* Keep it like this: "monospace, monospace". Those are the rules from [[w:en:WP:MONO]]. */
	font-family: monospace, monospace;
}