From 70c816aace27b8282791610b21661a0af5f7487e Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 11 Apr 2013 17:32:35 -0400 Subject: [PATCH] fixes #1063 --- app/assets/stylesheets/specific/posts.css.scss | 4 ++-- app/views/posts/index.html.erb | 2 +- app/views/posts/show.html.erb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index eba324967..1f467e2f7 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -179,7 +179,7 @@ div#c-posts { } div#a-index { - #content { + #content.with-ads { margin-right: 6.5em; } @@ -239,7 +239,7 @@ div#c-posts { padding: 1em 0.5em; } - #content { + #content.with-ads { margin-right: 7em; } diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index 687a268bb..edf959bd7 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -17,7 +17,7 @@ <%= render "posts/partials/index/related" %> -
+
">
  • Posts
  • diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index ce84e3a7e..0c1518ba6 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -33,7 +33,7 @@ -
    +
    "> <% if @post.presenter.has_nav_links?(self) %> <%= render "posts/partials/show/nav_links", :post => @post, :position => "top" %> <% end %>