From 95626e882727e54f8ba392075035f44de4a3365b Mon Sep 17 00:00:00 2001 From: des Date: Thu, 6 Sep 2007 23:22:06 +0000 Subject: [PATCH] Limit the width to a sensible value so text will still be readable when you maximize your browser window. Add formatting for . Correct whitespace handling for . git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1939 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-doc/share/docbook-xml.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/varnish-doc/share/docbook-xml.css b/varnish-doc/share/docbook-xml.css index bcabfb4e..e7df1512 100644 --- a/varnish-doc/share/docbook-xml.css +++ b/varnish-doc/share/docbook-xml.css @@ -5,6 +5,7 @@ article, book { color: black; font-family: sans-serif; margin: 1in; + max-width: 80ex; } /* @@ -227,6 +228,13 @@ xref:after { content: "]"; } +/* + * Formatting + */ +emphasis { + font-style: italic; +} + /* * Misc */ @@ -264,5 +272,6 @@ screen { border: thin solid black; background-color: #ccc; font-family: monospace; + white-space: pre; padding: 0.5ex; } -- 2.39.5