Permanently protected template

Template:Mono/styles.css: Difference between revisions

From Vigyanwiki
< Template:Mono
m (1 revision imported)
m (1 revision imported)
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;
}
}

Revision as of 21:23, 18 July 2022

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