Add pre - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 66e007efd305fa68cc32e112fc4cd36bdd86e88b
DIR parent afcb86a55d50e83e2d9b5090db4fe5a9978fb616
HTML Author: FRIGN <dev@frign.de>
Date: Tue, 8 Dec 2015 00:23:58 +0100
Add pre
Actually, we still have <pre>.
Diffstat:
M style.css | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)
---
DIR diff --git 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;
+}