From f9a15ac4f4dc75e6162d6b45cdc16893a5643e17 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 2 Jul 2009 17:02:32 +0200 Subject: [PATCH] Make the page header fit better. --- static/exodus/css/screen.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.30.2