tweak styles for intro page

This commit is contained in:
r888888888
2013-06-24 15:32:17 -07:00
parent 90e90e8be2
commit 3bc4c886c3
5 changed files with 34 additions and 21 deletions

View File

@@ -10,6 +10,8 @@
<% end %>
</header>
<p style="text-align: center;">Type in your favorite anime, manga, or character (last name first). Here are some examples:</p>
<% @presenter.each do |tag, post_set| %>
<div class="posts">
<h2><%= link_to tag, posts_path(:tags => tag) %></h2>
@@ -19,3 +21,7 @@
<% end %>
</div>
</div>
<% content_for(:page_title) do %>
<%= Danbooru.config.app_name %>
<% end %>