summaryrefslogtreecommitdiff
path: root/style.css
blob: 83eacc718e1cca128890fcf7581301ed1478cd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<style>
table {
    margin-top: 5em;
    width: 100%;
}
caption {
    margin-bottom: 2em;
}
th, td {
    text-align: left;
}
tr.even {
    background: #f0f0f0;
}
tbody tr td:first-child {
    font-family: monospace;
}
</style>