summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-11-18 18:15:47 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-18 18:15:47 (EST)
commit5dbc9fba7c95d896a78bce3ebdf90fe59b3c246d (patch)
tree025c08c664c2d75591e2a1143d88dea566e4ef64
parent9e7e3f29c446bff6359a51db61817b1620644d32 (diff)
Wrap text in code blocks.
-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;