#sidebar {
float: left;
width: $sidebarWidth;
- border-right: $keyline;
h2, h3, h4 {
padding: $lineheight $lineheight $lineheight/2;
}
}
- .paginate ul {
+ .paginate ul, .note-comments ul {
padding-left: 20px;
}
#sidebar_content {
.browse-section.header {
padding: 20px;
- border-bottom: $keyline;
+ border-bottom: 1px solid #ccc;
h2 {
padding: 0 0 5px 0;
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 {