Template:Mono/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>Pppery (Adding protection template) |
m (1 revision imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
/* | /* Styling for [[Template:Mono]] */ | ||
.monospaced { | .monospaced { | ||
/* "monospace, monospace" | /* 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 00:14, 24 April 2023
/* Styling for [[Template:Mono]] */ .monospaced { /* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */ font-family: monospace, monospace; }