css fixes

This commit is contained in:
albert
2012-02-10 17:46:06 -05:00
parent 925cef3129
commit fbcf16638a
7 changed files with 12 additions and 60 deletions

View File

@@ -1,14 +0,0 @@
<div id="c-posts">
<div id="a-index">
<%= render "posts/partials/index/posts", :post_set => @post_set %>
<%= render "posts/partials/common/secondary_links" %>
</div>
</div>
<% content_for(:page_title) do %>
<% if @post_set.tag_string.present? %>
<%= @post_set.tag_string %> - <%= Danbooru.config.app_name %>
<% else %>
<%= Danbooru.config.app_name %>
<% end %>
<% end %>