]> git.openstreetmap.org Git - rails.git/commitdiff
Change around how this works - the container adjusts to the right height, and it...
authorAndy Allan <andy@gravitystorm.co.uk>
Mon, 21 Mar 2011 16:21:55 +0000 (16:21 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 12:46:17 +0000 (13:46 +0100)
public/stylesheets/common.css

index ce9d73b2856c476409b9871294bad6ba3f2a2c9c..457b9ae36207f829b99df47b06aba0cc949702d3 100644 (file)
@@ -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 {