]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Remove unused style rule
[rails.git] / public / stylesheets / common.css
index cb402f22d85102685029dede3dd4af98641ede41..6bc9666b2aaec5d5ca85ce4b35582a6d5ccdb871 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 {
@@ -605,10 +611,6 @@ hr {
   white-space: nowrap;
 }
 
-#changeset_list.th {
-  font-weight: bold;
-}
-
 /* Rules for the data browser */
 
 #browse_navigation {
@@ -705,6 +707,10 @@ div#contributorTerms {
   height: 400px;
 }
 
+div#slim_content div#contributorTerms {
+  width: auto;
+}
+
 div#contributorTerms p#first {
   margin-top: 0px;
 }
@@ -729,6 +735,10 @@ form#termsForm {
   margin-bottom: 3em;
 }
 
+div#slim_content form#termsForm {
+  width: auto;
+}
+
 form#termsForm div#buttons {
   float: right;
 }