summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--journal.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/journal.css b/journal.css
index 06788ae..b55b9b4 100644
--- a/journal.css
+++ b/journal.css
@@ -1,3 +1,4 @@
+/*-*- mode: css; coding: utf-8 -*-*/
/* CSS version 3.0 */
/* Copyright 2007, 2008, Matthias Andreas Benkard. */
@@ -69,6 +70,11 @@
text-indent: 1em;
}
+.JOURNAL-ENTRY-BODY pre {
+ overflow: auto;
+ /* overflow: scroll; */
+}
+
.JOURNAL-ENTRY-BODY blockquote {
font-style: oblique;
}