Mailing List Archive

r1652 - trunk/varnish-cache/doc
Author: des
Date: 2007-07-05 16:54:50 +0200 (Thu, 05 Jul 2007)
New Revision: 1652

Added:
trunk/varnish-cache/doc/changes.css
Modified:
trunk/varnish-cache/doc/changes-html.xsl
Log:
Add a CSS stylesheet.


Modified: trunk/varnish-cache/doc/changes-html.xsl
===================================================================
--- trunk/varnish-cache/doc/changes-html.xsl 2007-07-05 14:28:48 UTC (rev 1651)
+++ trunk/varnish-cache/doc/changes-html.xsl 2007-07-05 14:54:50 UTC (rev 1652)
@@ -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>

Added: trunk/varnish-cache/doc/changes.css
===================================================================
--- trunk/varnish-cache/doc/changes.css (rev 0)
+++ trunk/varnish-cache/doc/changes.css 2007-07-05 14:54:50 UTC (rev 1652)
@@ -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;
+}


Property changes on: trunk/varnish-cache/doc/changes.css
___________________________________________________________________
Name: svn:keywords
+ Id