Actually, we still have <pre>.
This commit is contained in:
FRIGN 2015-12-08 00:23:58 +01:00
parent afcb86a55d
commit 66e007efd3

View file

@ -39,3 +39,24 @@ hr {
border: 0;
border-top: 1px solid #777;
}
pre {
font-family: monospace;
}
pre span.h {
color: blue;
}
pre span.i {
color: green;
}
pre span.d {
color: red;
}
pre span a {
text-decoration: none;
color: inherit;
}