From aa135653e325dc596c56e62aae574a4eea5ae373 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 25 Aug 2011 22:17:31 +0200 Subject: HTML tags between tags are now escaped by a regular expression. --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/style.css') 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 { -- cgit