From 49435310130ad9107c254cc4f2127e8b0717665c Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 15 Mar 2011 15:20:02 -0700 Subject: [PATCH] Add stream class to side_stream --- app/views/posts/index.html.haml | 2 +- public/stylesheets/sass/application.sass | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/posts/index.html.haml b/app/views/posts/index.html.haml index a5827c802..faaa6f59e 100644 --- a/app/views/posts/index.html.haml +++ b/app/views/posts/index.html.haml @@ -34,7 +34,7 @@ .prepend-2.span-7.last %h3 = t('.people_tagged_with', :tag => "##{params[:tag]}") - .side_stream + .side_stream.stream - for person in @people .stream_element{:id => person.id} = person_image_link(person) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 4c37d3b37..b8883ee4a 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -2748,6 +2748,8 @@ ul.show_comments :opacity 0.7 .side_stream + .stream_element + :padding 10px 0 .avatar :float left .right