]> sipb.mit.edu Git - wiki.git/blob - local.css
vague attempts at CSS
[wiki.git] / local.css
1 body
2 {
3 font-family: verdana, arial, helvetica, sans-serif;
4 float: right;
5 width: 100%;
6 }
7
8 .col1
9 {
10 position: relative;
11 float: left;
12 width: 50%;
13 }
14
15 .col2
16 {
17 position: relative;
18 float: right;
19 align: left;
20 width: 50%;
21 }