]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Change around how this works - the container adjusts to the right height, and it...
[rails.git] / public / stylesheets / common.css
index ce9d73b2856c476409b9871294bad6ba3f2a2c9c..457b9ae36207f829b99df47b06aba0cc949702d3 100644 (file)
@@ -557,7 +557,6 @@ hr {
 
 #slim_container_content {
   max-width: 50em;
 
 #slim_container_content {
   max-width: 50em;
-  height: 650px;
   background-color: #FFFFFF;
   margin: 10px auto;
   padding: 3px;
   background-color: #FFFFFF;
   margin: 10px auto;
   padding: 3px;
@@ -568,13 +567,14 @@ hr {
 
 #slim_content {
   margin: 10px;
 
 #slim_content {
   margin: 10px;
-  position: absolute;
-  top: 90px;
+  margin-top: 90px;
   max-width: 50em;
 }
 
 #slim_header {
   margin: 10px;
   max-width: 50em;
 }
 
 #slim_header {
   margin: 10px;
+  position: absolute;
+  top: 0px;
 }
 
 #slim_header img {
 }
 
 #slim_header img {