From: Matthijs Kooijman Date: Thu, 2 Jul 2009 15:02:32 +0000 (+0200) Subject: Make the page header fit better. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=f9a15ac4f4dc75e6162d6b45cdc16893a5643e17 Make the page header fit better. --- diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index 1b9e207..58a820f 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -34,7 +34,9 @@ body { } #header { - padding-top:70px; + /* Fit exactly into the header in the background, and push the menu bar in place */ + padding-top: 70px; + height: 30px; /* Center the header */ width:1024px; margin:auto;