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.
}
}
.selected {
- background-color: rgb(255, 255, 160);
+ background: #FFFFC0;
}
.date,
.user {
}
.activity-block {
+ clear: left;
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
float: left;
<% 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 %>
nodes: "Nodes:"
part_of: "Part of:"
also_part_of:
- one: "also part of way %{related_ways}"
- other: "also part of ways %{related_ways}"
+ one: "part of way %{related_ways}"
+ other: "part of ways %{related_ways}"
way_history:
way_history: "Way History"
way_history_title: "Way History: %{way_name}"