diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 05db43c44..63a9f6f63 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -179,12 +179,6 @@ div#c-posts { } div#a-index { - /* - #content.with-ads { - margin-right: 6.5em; - } - */ - div#jlist-rss-ads-for-show { float: right; position: absolute; @@ -240,10 +234,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 %>