]> git.cworth.org Git - cworth.org/blob - src/local.css
Adjust indentation of local.css
[cworth.org] / src / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4 body {
5     margin-left: 10%;
6     margin-right: 10%;
7 }
8
9 h1, .header, #footer {
10     margin-left: -8%;
11 }
12
13 #footer {
14     font-size: 80%;
15 }
16
17 h2,h3,h4,h5,h6 {
18     margin-left: -4%;
19 }