From 344ad12475712d6fc0f12d9f6632f47181e01a61 Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Sun, 17 Feb 2013 10:37:43 +1300 Subject: Wrap pre blocks at right margin (see https://groups.google.com/group/asciidoc/browse_thread/thread/9877a316b7a47309). --- stylesheets/asciidoc.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/asciidoc.css b/stylesheets/asciidoc.css index 2f94f1e..be88313 100644 --- a/stylesheets/asciidoc.css +++ b/stylesheets/asciidoc.css @@ -86,7 +86,9 @@ ul > li > * { color: black; } padding: 0; margin: 0; } - +pre { + white-space: pre-wrap; +} #author { color: #527bbd; -- cgit v1.2.1