]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Merge branch 'master' into openstreetbugs
[rails.git] / public / stylesheets / common.css
index cb402f22d85102685029dede3dd4af98641ede41..1464c980762c87b720c10d3c69c3f5180ee03286 100644 (file)
@@ -67,6 +67,12 @@ hr {
   margin: 0px;
 }
 
+/* Rules for the site name */
+
+#small-title {
+  display: none;
+}
+
 /* Rules for the introductory text displayed in the left sidebar to new users */
 
 #intro {
@@ -705,6 +711,10 @@ div#contributorTerms {
   height: 400px;
 }
 
+div#slim_content div#contributorTerms {
+  width: auto;
+}
+
 div#contributorTerms p#first {
   margin-top: 0px;
 }
@@ -729,6 +739,10 @@ form#termsForm {
   margin-bottom: 3em;
 }
 
+div#slim_content form#termsForm {
+  width: auto;
+}
+
 form#termsForm div#buttons {
   float: right;
 }