]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Merge branch 'redesign' of github.com:osmlab/openstreetmap-website into redesign
[rails.git] / app / assets / stylesheets / common.css.scss
index 557ef94f0a4911b35d3ea7f813d54d3e2043394f..13910e565c5ace4e5deff53af0db923ccb53bd60 100644 (file)
@@ -599,7 +599,6 @@ nav.secondary {
   #sidebar {
     float: left;
     width: $sidebarWidth;
-    border-right: $keyline;
 
     h2, h3, h4 {
       padding: $lineheight $lineheight $lineheight/2;
@@ -1032,7 +1031,7 @@ a.donate {
     }
   }
 
-  .paginate ul {
+  .paginate ul, .note-comments ul {
     padding-left: 20px;
   }
 
@@ -1096,7 +1095,7 @@ a.donate {
 #sidebar_content {
   .browse-section.header {
     padding: 20px;
-    border-bottom: $keyline;
+    border-bottom: 1px solid #ccc;
 
     h2 {
       padding: 0 0 5px 0;
@@ -1123,6 +1122,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 {