From 9a0aa3d94f21060d82dc97675ba5d45cf804cbfe Mon Sep 17 00:00:00 2001
From: Brett Parker <brettp@fudge.(none)>
Date: Thu, 31 Jan 2008 12:03:49 +0000
Subject: [PATCH 1/1] Styling tweaks to get the menu to work in IE

---
 media/style/main.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media/style/main.css b/media/style/main.css
index 515979f..b42a997 100644
--- a/media/style/main.css
+++ b/media/style/main.css
@@ -19,7 +19,7 @@ body #page #headerbar {
     width: 100%;
     margin: 0;
     padding: 0;
-    min-height: 160px;
+    height: 160px;
 }
 
 body #page #headerbar #websitetitle {
@@ -46,6 +46,7 @@ body #page #headerbar #menu {
     background: url(../img/menu-back.png);
     padding-top: 0.3em;
     padding-bottom: 0.3em;
+    left: 0;
     bottom: 0;
     position: absolute;
 }
-- 
2.39.5