[openstreetmap-website] Tighten White-space usage for Nomination "View details" with float:right (#477)

Paul Sladen notifications at github.com
Wed Sep 11 00:50:05 UTC 2013


> @@ -19,7 +19,7 @@ def result_to_html(result)
>      html << result[:suffix] if result[:suffix]
>  
>      if result[:type] and result[:id]
> -      html << content_tag(:small, :class => ["deemphasize", "search_details"]) do
> +      html << content_tag(:small, :class => ["deemphasize", "search_details", "clearfix"]) do

`clearfix` is needed to stop the `float:right` content overflowing the list item container.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/477/files#r6283318
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130910/7fbb6edc/attachment.html>


More information about the rails-dev mailing list