From: des Date: Thu, 5 Jul 2007 14:54:50 +0000 (+0000) Subject: Add a CSS stylesheet. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961fbda3f3e4cef108f66feac4a9f7da84208ae6;p=varnish Add a CSS stylesheet. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1652 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/doc/changes-html.xsl b/varnish-cache/doc/changes-html.xsl index bfbdd2fa..59d04fa1 100644 --- a/varnish-cache/doc/changes-html.xsl +++ b/varnish-cache/doc/changes-html.xsl @@ -15,6 +15,7 @@ <xsl:call-template name="title"/> +

diff --git a/varnish-cache/doc/changes.css b/varnish-cache/doc/changes.css new file mode 100644 index 00000000..72312b52 --- /dev/null +++ b/varnish-cache/doc/changes.css @@ -0,0 +1,27 @@ +/* $Id$ */ + +body { + background-color: white; + color: black; + font-family: sans-serif; + max-width: 40em; + margin: 1in auto 1in auto; +} + +h1 { + font-size: 200%; + font-weight: bold; + color: maroon; +} + +h2 { + font-size: 160%; + font-weight: bold; + color: maroon; +} + +h3 { + font-size: 120%; + font-weight: bold; + color: maroon; +}