summaryrefslogtreecommitdiff
path: root/project/assets/css/numberwall.css
blob: 8efcea8418aeea8e4cdb8d413c340ee5ba8c8c1d (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
28
29
30
31
32
33
34
35
36
37
38


table {
    margin: 2em auto 2em auto;
}




table.rule {
    border: 1px solid gray;
    width: 90%;
}

table.rule th {
    border: 1px solid gray;
    width: 33%;
}

table.rule td {
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid gray;
}




table.wall {
    border: none;
    text-align: center;
}

table.wall td {
    padding: 0.5em 0.4em 0.5em 0.4em;
    border: none;
}