From: Greg Price Date: Sat, 10 Jan 2009 01:11:43 +0000 (-0500) Subject: import bits from the old front page's stylesheet X-Git-Tag: trac-import~154 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/d4de014f47407bca010960875a3a6e93207a9f43 import bits from the old front page's stylesheet --- diff --git a/local.css b/local.css new file mode 100644 index 0000000..46c1c4f --- /dev/null +++ b/local.css @@ -0,0 +1,19 @@ +body +{ +font-family: verdana, arial, helvetica, sans-serif; +} + +.col1 +{ +position: relative; +float: left; +width: 50%; +} + +.col2 +{ +position: relative; +float: right; +align: left; +width: 50%; +}