summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styling/style.css')
-rw-r--r--styling/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/styling/style.css b/styling/style.css
index 1929ca3..13dd629 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -63,9 +63,13 @@ span.monospace {
font-family:monospace;
}
-div.code {
+pre {
+ display:block;
font-family:monospace;
- font-size:0.625em;
+ font-size:0.6em;
+ word-break:break-all;
+ word-wrap:break-word;
+ white-space:pre-wrap;
background-color:#fcfcfc;
margin-left:auto;
margin-right:auto;