aboutsummaryrefslogtreecommitdiffstats
path: root/main.css
blob: 9ce6e3542149840580997c1ee878f778d52f79b5 (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
form {
    margin-bottom: 2ex;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

thead {
    border-bottom: 1px solid black;
}

th, td {
    border: 1px solid black;
    padding: 2px 5px;
}

td:last-child {
    text-align: right;
}

input[name='pni-threshold'] {
    text-align: right;
}