Tighten white space usage for geocode "View details" link

This commit is contained in:
Paul Sladen 2013-09-11 01:20:26 +01:00 committed by Tom Hughes
parent 4f2e9e0888
commit 25645ed51a
2 changed files with 4 additions and 1 deletions

View file

@ -1014,7 +1014,10 @@ a.donate {
.search_details {
display: block;
float: right;
text-align: right;
margin-top: 0.2em;
margin-left: 0.5em;
}
}

View file

@ -3,7 +3,7 @@
<% else %>
<ul class='results-list'>
<% @results.each do |result| %>
<li><p class="inner12 search_results_entry"><%= result_to_html(result) %></p></li>
<li><p class="inner12 search_results_entry clearfix"><%= result_to_html(result) %></p></li>
<% end %>
</ul>
<% if @more_params %>