aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/feed-browser/css/feed.css
blob: fd9f65c5c14576faa6634fb40d073087d4344485 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body
{
	color: #000;
	background-color: #fff;
	font-family: Sans;
	padding: 0;
	margin: 0;
}

a
{
	text-decoration: none;
	color: #0066cc
}

table
{
	width: 100%;
}

th
{
	font-weight: bold;
}

td
{
	padding: 0 0.5em;
	vertical-align: top;
}

#page { 
	margin: 1em auto;
	width: 80%;
}

#letters
{
	margin: 1em 0;
	text-align: center;
}

h1
{
	font-size: 125%;
}

h2
{
	font-size: 105%;
}

#menu, #menu li
{
	display: inline;
	list-style: none;
}