projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcb86a
)
Add pre
author
FRIGN
<dev@frign.de>
Mon, 7 Dec 2015 23:23:58 +0000
(
00:23
+0100)
committer
FRIGN
<dev@frign.de>
Mon, 7 Dec 2015 23:23:58 +0000
(
00:23
+0100)
Actually, we still have <pre>.
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/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;
+}