aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 056618233b856b6a0a3f356ca52cc388a76e3d64 (plain) (blame)
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
body {
	font-family: sans-serif;
}

a {
	color: blue;
}

table {
	border-collapse: collapse;
}

tr:first-child {
	border-bottom: 1px solid black;
}

th, td {
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}

td.description {
	font-size: 85%;
}

#keyword-filters {
	column-width: 20em;
}

.filtered-keyword {
	color: gray;
}