]> sipb.mit.edu Git - wiki.git/blob - local.css
Fixed bullet points
[wiki.git] / local.css
1 .cols:after
2 {
3 content: "";
4 display: block;
5 height: 0;
6 clear: both;
7 }
8
9 .col1
10 {
11 position: relative;
12 float: left;
13 width: 50%;
14 }
15
16 .col2
17 {
18 position: relative;
19 float: right;
20 align: left;
21 width: 50%;
22 }
23
24 .right
25 {
26 float: right;
27 margin-left: 2em;
28 }