remove side ad styles (#1703)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<%= render "posts/partials/index/related" %>
|
||||
</aside>
|
||||
|
||||
<section id="content" class="<%= Danbooru.config.can_see_ads?(CurrentUser.user) ? "with-ads" : "without-ads" %>">
|
||||
<section id="content">
|
||||
<menu id="post-sections">
|
||||
<li class="active"><a href="#" id="show-posts-link">Posts</a></li>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
</aside>
|
||||
|
||||
<section id="content" class="<%= Danbooru.config.can_see_ads?(CurrentUser.user) ? "with-ads" : "without-ads" %>">
|
||||
<section id="content">
|
||||
<% if @post.presenter.has_nav_links?(self) %>
|
||||
<%= render "posts/partials/show/nav_links", :post => @post, :position => "top" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user