]> git.openstreetmap.org Git - rails.git/commitdiff
Use the same subhead style for search results as export
authorTom Hughes <tom@compton.nu>
Sun, 12 Feb 2012 15:36:02 +0000 (15:36 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Feb 2012 15:36:02 +0000 (15:36 +0000)
app/assets/stylesheets/common.css.scss

index e99fc8312f98c6e25f81442916d12233569b93b9..4a07e3659db4d5878ebba8e6f52f97fd1884c34a 100644 (file)
@@ -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 {