diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 3 |
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 { |