git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1652
d4fa192b-c00b-0410-8231-
f00ffab90ce4
<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>
--- /dev/null
+/* $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;
+}