aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
blob: 08b6757011809b79eebe27542f4d1c0417676896 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
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;
}

ul {
		margin: 0;
		padding: 0;
}

li {
        display: inline;
}

hr {
	height: 0;
	border: 0;
	margin-bottom: 0;
	border-top: 1px solid #000;
}

.small {
	font-size: 0.7em;
}