Jump to content

Template:Mono/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected "Template:Mono/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
Adding protection template
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* {{pp-template}} */
.monospaced {
.monospaced {
/* monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug' */
/* "monospace, monospace" per [[WP:MONO]] */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
.monospaced-bold {
font-weight: bold;
}
}

Latest revision as of 00:01, 4 March 2019

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