Make the page header fit better.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 2 Jul 2009 15:02:32 +0000 (17:02 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 2 Jul 2009 15:02:32 +0000 (17:02 +0200)
static/exodus/css/screen.css

index 1b9e207628f6cba29b6f3846d99a6e5335e359d1..58a820f763157b03807c1145ec4bc82c7486ba03 100644 (file)
@@ -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;