From 5d952ef97d8ec25d8317f1d578698792ad834a2e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 7 Jun 2008 01:25:22 +0200 Subject: [PATCH] * Center the header and footer as well as the page. --- static/exodus/css/screen.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index b8a805f..851b198 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -23,16 +23,12 @@ body { padding:0px; } -#header { - background-color: transparent; -} -#page { +#page, #header, #footer { font-family: verdana, arial, sans-serif; font-size:11px; width:680px; - height:100%; padding-left:60px; padding-right:60px; padding-bottom:10px; -- 2.30.2