summaryrefslogtreecommitdiff
path: root/benchmark.css
blob: 6cd34d5c1e0ab74f33a62d1aefc9455dea0b9fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
table {
    border: solid 1px;
}
th {
    border-bottom: solid 1px;
}
th, td {
    border-right: solid 1px;
    font-family: monospace;
}
th.duration, td.duration {
    text-align: right;
}
td.date {
    width: 25em;
}
td.commitid {
    width: 7em;
}
td.commitmsg {
    width: 30em;
    text-align: left;
}