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