File: changes.css

package info (click to toggle)
varnish 1.1.2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,220 kB
  • ctags: 1,778
  • sloc: ansic: 17,911; sh: 9,315; xml: 692; makefile: 353
file content (31 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* $Id: changes.css 1906 2007-08-20 19:20:48Z des $ */

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;
}

.code {
	font-family: monospace;
}