summaryrefslogtreecommitdiff
path: root/project/assets/css/kompsos.css
blob: 625330e54a7a445c76012a65d6d4ee8ee352758e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


table {
    margin: 2em auto 2em auto;
    border: 1px solid gray;
}

table th {
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid gray;
    text-align: center;
}

table td {
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid gray;
    text-align: right;
}