From 73b8e6f0ad8a6c3c97a646b842e27864d557a9db Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Feb 2012 15:36:02 +0000 Subject: [PATCH 1/1] Use the same subhead style for search results as export --- app/assets/stylesheets/common.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index e99fc8312..4a07e3659 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -440,8 +440,9 @@ h2 { .search_results_heading { margin: 0px; - padding: 3px 5px; - background: #eee; + padding: 2px 5px; + border-bottom: 1px solid #ccc; + font-weight: bold; } .search_results_entry { -- 2.43.2