]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
New version of slim layout with grey background and centered, auto-adjusting page
[rails.git] / public / stylesheets / common.css
index c3f1c274e8bb828e61f53ea4c4dd700d41ffc0f2..c89bbe5e4f3dd0cdc0a633fc745654a0526ef392 100644 (file)
@@ -10,6 +10,10 @@ body {
   padding: 0px;
 }
 
+body.slim {
+  background-color: #f0f0f0;
+}
+
 /* Rules for links */
 
 a {
@@ -547,6 +551,21 @@ hr {
   text-align: left;
 }
 
+#slim_container {
+  width: 100%;
+}
+
+#slim_container_content {
+  max-width: 50em;
+  height: 650px;
+  background-color: #FFFFFF;
+  margin: 10px auto;
+  padding: 3px;
+  border-radius: 25px;
+  -moz-border-radius: 25px;
+  border: 1px solid #e6e6e6;
+}
+
 #slim_content {
   margin: 10px;
   position: absolute;
@@ -556,7 +575,6 @@ hr {
 
 #slim_header {
   margin: 10px;
-  background: url('../images/tab_bottom.gif') repeat-x bottom;
 }
 
 #slim_header img {