]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Use the same subhead style for search results as export
[rails.git] / app / assets / stylesheets / common.css.scss
index 8df2064778bafb31b0730ba76d228cfd92a45a76..4a07e3659db4d5878ebba8e6f52f97fd1884c34a 100644 (file)
@@ -344,7 +344,7 @@ h2 {
 }
 
 #permalink a {
-    padding: 5px;
+  padding: 5px;
 }
 
 /* Rules for edit menu */
@@ -384,7 +384,6 @@ h2 {
 #sidebar {
   display: none;
   position: absolute;
-  border: 1px solid #888;
   margin: 0px;
   padding: 0px;
   width: 30%;
@@ -405,11 +404,10 @@ h2 {
 
 #sidebar .sidebar_title {
   margin: 0px;
-  padding: 3px 6px;
+  padding: 3px 6px 4px 6px;
   height: 29px;
   font-size: 14px;
   line-height: 15px;
-  border-bottom: 1px solid #888;
   background: #bbb;
 }
 
@@ -443,9 +441,8 @@ h2 {
 .search_results_heading {
   margin: 0px;
   padding: 2px 5px;
-  border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
-  background: #eee;
+  font-weight: bold;
 }
 
 .search_results_entry {