summaryrefslogtreecommitdiff
path: root/style.css
blob: 71bd1cdf64d309b74132d49f4ce80b3efff15301 (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
tr:nth-child(odd) {
    background-color:#fff;
}

tr:nth-child(even) {
    background-color:#eee;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

li.historic_results {
    font-family: monospace;
}

li.image_filename {
    font-family: monospace;
}