Template:Mono/styles.css: Difference between revisions
Jump to navigation
Jump to search
w>Pppery (Adding protection template) |
robloxscpwiki>WikiAdmin m (1 revision imported) |
||
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 12:32, 15 November 2022
/* Styling for [[Template:Mono]] */
.monospaced {
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */
font-family: monospace, monospace;
}