X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eda8b00feca30766f9b01b10b8f8dfe9795b09d2..b92cb5b7729287d0256bbe915bfb99ef27d7b940:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 5842109b8..f88e0d1d2 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -998,7 +998,7 @@ header .search_form { #sidebar .changesets { li { padding: $lineheight; - border-bottom: $keyline; + border-bottom: 1px solid #ddd; cursor: pointer; &.selected { background: #FFFFE6; } @@ -1018,13 +1018,17 @@ header .search_form { #sidebar_content { .browse-section { padding: $lineheight/2 $lineheight; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #ddd; h4:first-child { margin-top: 0; } } + :last-child { + border-bottom: none; + } + .paginate { float: right; padding: 1px 6px; @@ -1105,8 +1109,8 @@ header .search_form { } } - .note-description p { - margin-left: 10px; + .note-description { + margin: 0 0 10px 10px; } }