From 92f470a332d70455446d20b6649788bf19849b92 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 25 Aug 2007 13:57:32 +0000 Subject: [PATCH] Adjust title sizes. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1922 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-doc/share/docbook-xml.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/varnish-doc/share/docbook-xml.css b/varnish-doc/share/docbook-xml.css index 4ec73fba..604277c5 100644 --- a/varnish-doc/share/docbook-xml.css +++ b/varnish-doc/share/docbook-xml.css @@ -54,7 +54,7 @@ book > appendix > title, book > bibliography > title { font-weight: bold; - font-size: xx-large; + font-size: 150%; } /* level 1 */ @@ -87,7 +87,7 @@ book > appendix > section > title, book > bibliography > bibliodiv > title { font-weight: bold; - font-size: x-large; + font-size: 120%; } /* level 2 */ @@ -114,7 +114,7 @@ book > chapter > section > section > title, book > appendix > section > section > title { font-weight: bold; - font-size: large; + font-size: 100%; } /* -- 2.39.5