Template:Mono/styles.css: Difference between revisions

From lisamarieyoung.ca
en>XaosoaX
m (1 revision imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Styling for Template:Mono */
/* Styling for [[Template:Mono]] */
.monospaced {
.monospaced {
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:en:WP:MONO]]. */
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Latest revision as of 01:05, 30 December 2023

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