Cleanup followup

Tighter copy on node list for to decrease the chance of an ugly line
break (need better fix here so the line break is smoother). Just changed
also part of way %{related_ways} to part of way %{related_ways}. This
needs a better fix to make line breaks indent properly, but this should
at least help a little (issue #185).

Properly positioned 'nearby users' block on user page to be in the left
column (issue #184).

Removed deemphasized class from search results (issue #181) lighter
highlight yellow on changesets page.
This commit is contained in:
Saman Bemel-Benrud 2013-01-16 18:43:25 +00:00 committed by Tom Hughes
parent ec416f0609
commit b02844b42f
3 changed files with 5 additions and 4 deletions

View file

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