summaryrefslogtreecommitdiff
path: root/project/assets/css/steelman.css
blob: 5b6b5c939c5fd527e569c9c8a4683688cdfc8796 (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
58
59
60


table {
    margin: 2em auto 2em auto;
    max-width: 60em;
}




table#lang {
    min-width: 30em;
}


table#lang, table#lang td {
    border: none;
}




table#results, table#results th, table#results td {
    border: 1px solid gray;
    font: 0.9em/1.1em sans-serif;
}


table#results td {
    text-align: center;
}




table#appendix, table#appendix th, table#appendix td {
    border: 1px solid gray;
    font: 0.9em/1.1em sans-serif;
}


table#appendix td {
    padding: 0.5em 0.2em 0.5em 0.2em;
}


table#appendix td.yn {
    text-align: center;
    height: 1em;
}




table#results th, table#appendix th {
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
}