summaryrefslogtreecommitdiff
path: root/benchmark.css
blob: 0f4468f28edd14c2fc542b705a69982e9eca0b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
table {
    border: solid 1px;
}
th {
    border-bottom: solid 1px;
}
th, td {
    border-right: solid 1px;
    text-align: right;
    font-family: monospace;
}