Commit 7684f6fe authored by csillag's avatar csillag

Added CSS for wrapping long lines, as requested in issue #154.

parent 4d9411bb
......@@ -385,7 +385,14 @@ blockquote {
}
.body {
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
}
.bottombar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment