From: Andy Allan Date: Mon, 21 Mar 2011 16:21:55 +0000 (+0000) Subject: Change around how this works - the container adjusts to the right height, and it... X-Git-Tag: live~6286^2~84 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/54a5aabcaca548ce4dcab666ef1840b2100c8b85 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 --- 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 {