Clean up search CSS

This commit is contained in:
John Firebaugh 2013-09-29 15:51:29 -07:00
parent 53e4d600e7
commit d7c2152d3a

View file

@ -856,7 +856,16 @@ nav.secondary {
} }
.search_results_entry { .search_results_entry {
margin-bottom: 0; .search_searching {
text-align: center;
margin: $lineheight auto;
width: $lineheight;
display: block;
}
ul li {
border-bottom: 1px solid #ccc;
}
.search_details { .search_details {
display: block; display: block;
@ -867,15 +876,6 @@ nav.secondary {
} }
} }
.search_results_entry .search_searching {
text-align: center;
margin: $lineheight auto;
width: $lineheight;
display: block;
}
ul.results-list li { border-bottom: 1px solid #ccc; }
.search_results_error { .search_results_error {
color: #f00; color: #f00;
} }