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:
parent
ec416f0609
commit
b02844b42f
3 changed files with 5 additions and 4 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue