]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Rejig changeset details in the style of danstowell
[rails.git] / app / assets / stylesheets / common.css.scss
index 6a05ae1d30402f7bac64ce536ad34d2c66f90aed..cd6c7633cd4b74b868bd57174b95ce9564d8f358 100644 (file)
@@ -1015,6 +1015,20 @@ a.donate {
   }
 }
 
+/* Rules for the changeset details */
+
+#sidebar_content {
+  .browse-section.header {
+    padding: 20px;
+    border-bottom: 1px solid #CCC;
+
+    h2 {
+      padding: 0 0 5px 0;
+      border-bottom: none;
+    }
+  }
+}
+
 /* Rules for export information which appears in the popout sidebar */
 
 .export_bounds {