Initial commit. Actually written ages ago.
[backup-rotation] / static / style.css
CommitLineData
d03bd7cd
MW
1/* -*-css-*- */
2
3div.footer {
4 border-top: solid medium black;
5 margin-top: 3ex;
6 padding-top: 1ex;
7 font-size: small;
8 clear: both;
9 text-align: right;
10 font-style: italic;
11}
12
13div.centred {
14 text-align: center;
15}
16
17table.tabular {
18 border-collapse: collapse;
19 display: inline-table;
20}
21
22table.tabular td, table.tabular th {
23 border: solid thin black;
24 padding: 0.5ex 0.5em;
25}