From: Brett Parker <brettp@fudge.(none)>
Date: Thu, 31 Jan 2008 12:03:49 +0000 (+0000)
Subject: Styling tweaks to get the menu to work in IE
X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/9a0aa3d94f21060d82dc97675ba5d45cf804cbfe

Styling tweaks to get the menu to work in IE
---

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;
 }