]> git.armaanb.net Git - stagit.git/commitdiff
Add pre
authorFRIGN <dev@frign.de>
Mon, 7 Dec 2015 23:23:58 +0000 (00:23 +0100)
committerFRIGN <dev@frign.de>
Mon, 7 Dec 2015 23:23:58 +0000 (00:23 +0100)
Actually, we still have <pre>.

style.css

index 6c902674cb7b8798b8009ee5bf6d2f6e5395b7d8..43e936cfe31be79da0ac9fc9db0b9178234c6558 100644 (file)
--- a/style.css
+++ b/style.css
@@ -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;
+}