Commit 4b0fcdfe authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add a CSS stylesheet.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1652 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c5c710f5
......@@ -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>
......
/* $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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment