From 1c098f54be16869799b856b6c0c788fef631957e Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Nov 2011 18:30:31 -0500 Subject: [PATCH] styles --- app/assets/stylesheets/mobile/posts.css.scss | 6 ++++++ app/views/m/posts/index.html.erb | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 5e97f0298..09217989f 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -44,6 +44,12 @@ footer { } } +div#posts { + overflow: visible; + clear: both; + padding-top: 10px; +} + div.post-previews { overflow: visible; } diff --git a/app/views/m/posts/index.html.erb b/app/views/m/posts/index.html.erb index fb3f20d7a..941096f5a 100644 --- a/app/views/m/posts/index.html.erb +++ b/app/views/m/posts/index.html.erb @@ -1,9 +1,11 @@
<%= render "header" %> - <% @post_set.posts.each do |post| %> - <%= PostPresenter.preview(post, :path_prefix => "/m/posts") %> - <% end %> +
+ <% @post_set.posts.each do |post| %> + <%= PostPresenter.preview(post, :path_prefix => "/m/posts") %> + <% end %> +