aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
blob: 813f98d8cce4cd8d3272338f2e33c517eda87f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
h1 {
	font-size: 1.5em;
	margin: 0.5em 0;
}

h2 {
	font-size: 1em;
}

table.summary th {
	width: 150px;
	font-weight: normal;
	text-align: left;
}

table.summary td {
	width: 50px;
	text-align: right;
}

img {
	border: 0;
}