diff --git a/app/views/shared/_stream_element.mobile.haml b/app/views/shared/_stream_element.mobile.haml index 8fbaec177..1b00a09a7 100644 --- a/app/views/shared/_stream_element.mobile.haml +++ b/app/views/shared/_stream_element.mobile.haml @@ -3,7 +3,7 @@ -# the COPYRIGHT file. .stream_element{:data=>{:guid=>post.id}} - .thumb_small= person_image_link(post.author, :size => :thumb_small) + = person_image_link(post.author, :size => :thumb_small) .content .from diff --git a/public/stylesheets/sass/mobile.sass b/public/stylesheets/sass/mobile.sass index 43c2e857b..b808e23c0 100644 --- a/public/stylesheets/sass/mobile.sass +++ b/public/stylesheets/sass/mobile.sass @@ -83,8 +83,8 @@ a .avatar :float left - :height 38px - :width 38px + :height 40px + :width 40px .from a @@ -115,6 +115,8 @@ a .time :font :weight normal + p + :margin 0 .comment :padding