Initial commit. Actually written ages ago.
[backup-rotation] / static / style.css
1 /* -*-css-*- */
2
3 div.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
13 div.centred {
14 text-align: center;
15 }
16
17 table.tabular {
18 border-collapse: collapse;
19 display: inline-table;
20 }
21
22 table.tabular td, table.tabular th {
23 border: solid thin black;
24 padding: 0.5ex 0.5em;
25 }