Merge branch 'master' of github.com:r888888888/danbooru

This commit is contained in:
r888888888
2013-06-06 17:47:35 -07:00
3 changed files with 2 additions and 12 deletions

View File

@@ -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;

View File

@@ -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>

View File

@@ -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 %>