summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.css b/default.css
index 610015c..118da0d 100644
--- a/default.css
+++ b/default.css
@@ -35,6 +35,13 @@ mark {
 	color: inherit;
 }
 
+span.irc {
+	white-space: pre-wrap;
+}
+pre span.irc {
+	white-space: pre;
+}
+
 body {
 	max-width: 130ch;
 	padding: 0 1ch;
'/src/commit/bin/shotty.c?id=744b05db5d0b665a7767e92cec432bd494bcff31&follow=1'>Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe