From: des Date: Sat, 25 Aug 2007 19:38:57 +0000 (+0000) Subject: Improve the rendering of titles. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abca7de4d1edd505038bb61fef49ae39d9a4b40f;p=varnish Improve the rendering of titles. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1923 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-doc/share/docbook-html.css b/varnish-doc/share/docbook-html.css index 786126ab..552a00d1 100644 --- a/varnish-doc/share/docbook-html.css +++ b/varnish-doc/share/docbook-html.css @@ -7,40 +7,49 @@ body { font-family: sans-serif; } -h1.book-title { +.book-title { + color: maroon; font-size: 200%; font-weight: bold; + display: block; } -h1.article-title { +.article-title { + color: maroon; font-size: 200%; font-weight: bold; + display: block; } -span.title1 { +.title1 { color: maroon; font-weight: bold; - font-size: xx-large; + font-size: 200%; + display: block; } -span.title2 { +.title2 { color: maroon; font-weight: bold; - font-size: x-large; + font-size: 150%; + display: block; } -span.title3 { +.title3 { color: maroon; font-weight: bold; - font-size: large; + font-size: 120%; + display: block; } -span.title4 { +.title4 { color: maroon; font-weight: bold; + display: block; } -span.title5 { +.title5 { color: maroon; font-weight: bold; + display: block; } diff --git a/varnish-doc/share/docbook-html.xsl b/varnish-doc/share/docbook-html.xsl index b20ae93a..b445f5c6 100644 --- a/varnish-doc/share/docbook-html.xsl +++ b/varnish-doc/share/docbook-html.xsl @@ -11,7 +11,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> @@ -115,7 +115,7 @@ - +