]> git.cworth.org Git - cworth.org/blob - src/local.css
Force clear:left for headings
[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 h1, .header {
14     font-family: sans-serif;
15     font-size: 150%;
16     clear: left;
17 }
18
19 #logo {
20     text-align: center;
21 }
22
23 #footer {
24     font-size: 80%;
25 }
26
27 #legal {
28     text-align: center;
29     margin-top: 1em;
30     margin-left: 15%;
31     margin-right: 15%;
32 }
33
34 h2,h3,h4,h5,h6 {
35     margin-left: -4%;
36     font-size: 125%;
37     clear: left;
38 }
39
40 .floatleft {
41     float: left;
42 }
43
44 .floatright {
45     float: right;
46 }