From da76b7c7bdabcdf3da207f973b8081fecc136f7e Mon Sep 17 00:00:00 2001 From: clinton Date: Thu, 29 Jan 2009 20:18:23 +0000 Subject: [PATCH] Make blocks wrappable --- default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.css b/default.css index c50dad4..d7ac726 100644 --- a/default.css +++ b/default.css @@ -100,7 +100,8 @@ blockquote code { - white-space: pre; + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap; /* Mozilla */ width: auto; color: #000000; } -- 2.20.1