From aa31752c0ef851cdc37c3b7e63712efcab4f1126 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 17 Feb 2014 09:25:24 +0100 Subject: Sidebar modules interleaved, clearfix them. --- app/views/sidebar_modules/_sidebar_blog_category.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/sidebar_modules/_sidebar_blog_category.html.erb b/app/views/sidebar_modules/_sidebar_blog_category.html.erb index 5dc0a27..006b963 100644 --- a/app/views/sidebar_modules/_sidebar_blog_category.html.erb +++ b/app/views/sidebar_modules/_sidebar_blog_category.html.erb @@ -3,7 +3,7 @@ <%= content_tag :header, :class => :sidebar_blog_headline do %> <%= link_to post.title, refinery.blog_post_path(post) %> <% end %> - <%= content_tag :article, :class => :sidebar_blog_content do %> + <%= content_tag :article, :class => [:sidebar_blog_content, :clearfix] do %> <%= blog_post_teaser(post) %> <% end %> <% end %> -- cgit v1.2.3