From be56eb5bad761291029aef83249b8eab7a6cd5bc Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Nov 2013 15:59:46 -0800 Subject: [PATCH] Border between history entries --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2