From: Tom Hughes Date: Sun, 12 Feb 2012 15:36:02 +0000 (+0000) Subject: Use the same subhead style for search results as export X-Git-Tag: live~5859 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/73b8e6f0ad8a6c3c97a646b842e27864d557a9db?hp=daae34672e04567c562cca83b423d5d54ecc4977 Use the same subhead style for search results as export --- 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 {