From 54a5aabcaca548ce4dcab666ef1840b2100c8b85 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 21 Mar 2011 16:21:55 +0000 Subject: [PATCH 1/1] Change around how this works - the container adjusts to the right height, and it's the (fixed-size) header that's absolute positioned instead of the content --- public/stylesheets/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index ce9d73b28..457b9ae36 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -557,7 +557,6 @@ hr { #slim_container_content { max-width: 50em; - height: 650px; background-color: #FFFFFF; margin: 10px auto; padding: 3px; @@ -568,13 +567,14 @@ hr { #slim_content { margin: 10px; - position: absolute; - top: 90px; + margin-top: 90px; max-width: 50em; } #slim_header { margin: 10px; + position: absolute; + top: 0px; } #slim_header img { -- 2.43.2