summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.css b/main.css
index 3449f2d..cdd444d 100644
--- a/main.css
+++ b/main.css
@@ -42,6 +42,11 @@ code {
pre {
background-color: #EEEECC;
margin: 0px 0px 12px 16px;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
}
a:link, a:link *, a:visited, a:visited * {
color: #0F1FA0;