From d4de014f47407bca010960875a3a6e93207a9f43 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 9 Jan 2009 20:11:43 -0500 Subject: [PATCH] import bits from the old front page's stylesheet --- local.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 local.css 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%; +} -- 2.30.1