]> err.no Git - varnish/commitdiff
Add a CSS stylesheet.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Jul 2007 14:54:50 +0000 (14:54 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Jul 2007 14:54:50 +0000 (14:54 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1652 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/doc/changes-html.xsl
varnish-cache/doc/changes.css [new file with mode: 0644]

index bfbdd2faeda0cdb8342168735156fc67cbea6b9b..59d04fa1b098a18ea0575e8e6509897978bea8b5 100644 (file)
@@ -15,6 +15,7 @@
     <html>
       <head>
        <title><xsl:call-template name="title"/></title>
+       <link rel="stylesheet" type="text/css" href="changes.css"/>
       </head>
       <body>
        <h1><xsl:call-template name="title"/></h1>
diff --git a/varnish-cache/doc/changes.css b/varnish-cache/doc/changes.css
new file mode 100644 (file)
index 0000000..72312b5
--- /dev/null
@@ -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;
+}