summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 4998b2aa8eaa0cc9522987385ed40d96ee33df8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
table {
    border: 1px solid black;
}

th, td {
    padding-right: 2em;
}

th {
    font-weight: bold;
    text-align: left;
}

td {
    font-family: monospace;
    border-top: 1px solid black;
    text-align: left;
    vertical-align: top;
}