aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index ebb571a0..5f9574e7 100755
--- a/css/style.css
+++ b/css/style.css
@@ -14,7 +14,8 @@ body {
}
code, pre {
- font-size: 100%;
+ font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif, Fixed;
+ white-space:pre-wrap;
}
img {
bgstack15