]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
fix headers in export sidebar
[rails.git] / app / assets / stylesheets / common.css.scss
index 557ef94f0a4911b35d3ea7f813d54d3e2043394f..66cbb5d2ab1f331f5b7471be30e79652bc16c524 100644 (file)
@@ -1123,6 +1123,25 @@ a.donate {
   margin: $lineheight/4;
 }
 
+#export_osm {
+  span.small-title { 
+    font-weight: 500;
+    display: block;
+    font-size: 14px;
+    padding-bottom: 5px; 
+  }
+
+  dl {
+    padding-left: 30px;
+    font-size: 13px;
+    color: #666;
+    dd {
+      margin-left: 0;
+      margin-bottom: 10px;
+    }
+  }
+}
+
 /* Rules for edit pages */
 
 .site-edit {