summaryrefslogtreecommitdiff
path: root/obnam-benchmark.css
blob: 9f0c8918f9788e1c453d91b2e8c8590e052f43d0 (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
<style>
table {
    border: 0px;
    font-weight: normal;
    border-collapse: collapse;
    width: 98%;
    margin-top: 2em;
}

table caption {
    text-align: center;
}

th, td {
    text-align: right;
    font-weight: normal;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 12em;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
</style>