Template:Mono/styles.css: Difference between revisions
(Adding protection template) |
(Linkify “Template:Mono”) |
||
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; | ||
} | } |
Revision as of 14:33, 25 July 2021
/* Styling for [[Template:Mono]] */ .monospaced { /* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */ font-family: monospace, monospace; }