From 507717c4074ed0880b913d97d307e669ecb7db41 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 6 Jun 2013 20:16:44 -0400 Subject: [PATCH] remove side ad styles (#1703) --- app/assets/stylesheets/specific/posts.css.scss | 10 ---------- app/views/posts/index.html.erb | 2 +- app/views/posts/show.html.erb | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index af7b76178..97357489b 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -158,12 +158,6 @@ div#c-posts { } div#a-index { - /* - #content.with-ads { - margin-right: 6.5em; - } - */ - div#jlist-rss-ads-for-show { float: right; position: absolute; @@ -219,10 +213,6 @@ div#c-posts { word-wrap: break-word; } - #content.with-ads { - margin-right: 7em; - } - #favlist { margin-left: 1em; word-wrap: break-word; diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index 7383c6a97..ddd84eba2 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -15,7 +15,7 @@ <%= render "posts/partials/index/related" %> -
"> +
  • Posts
  • diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index e55fed7a1..2c1fc4de9 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -35,7 +35,7 @@ -
    "> +
    <% if @post.presenter.has_nav_links?(self) %> <%= render "posts/partials/show/nav_links", :post => @post, :position => "top" %> <% end %>