]> sipb.mit.edu Git - wiki.git/blob - local.css
(no commit message)
[wiki.git] / local.css
1 body
2 {
3 font-family: verdana, arial, helvetica, sans-serif;
4 }
5
6 .cols:after
7 {
8 content: "";
9 display: block;
10 height: 0;
11 clear: both;
12 }
13
14 .col1
15 {
16 position: relative;
17 float: left;
18 width: 50%;
19 }
20
21 .col2
22 {
23 position: relative;
24 float: right;
25 align: left;
26 width: 50%;
27 }