From: Matthijs Kooijman Date: Fri, 6 Jun 2008 23:25:22 +0000 (+0200) Subject: * Center the header and footer as well as the page. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=5d952ef97d8ec25d8317f1d578698792ad834a2e * Center the header and footer as well as the page. --- 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;