From: John Firebaugh Date: Wed, 13 Nov 2013 23:59:46 +0000 (-0800) Subject: Border between history entries X-Git-Tag: live~4736^2~76 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/be56eb5bad761291029aef83249b8eab7a6cd5bc?ds=sidebyside Border between history entries --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 12c66e3c9..caf9a8bfb 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1009,6 +1009,7 @@ header .search_form { #sidebar_content { .browse-section { padding: $lineheight/2 $lineheight; + border-bottom: 1px solid #ccc; h4:first-child { margin-top: 0; @@ -1865,7 +1866,6 @@ ul.secondary-actions { div.secondary-actions { padding: 10px; - border-top: 1px solid #ccc; text-align: center; }