This commit is contained in:
albert
2011-11-06 18:37:50 -05:00
parent 1c098f54be
commit a538be5fc6
2 changed files with 20 additions and 1 deletions

View File

@@ -19,8 +19,9 @@ header {
div#sign-in-item { div#sign-in-item {
float: left; float: left;
font-size: 1.5em; font-size: 2em;
font-weight: bold; font-weight: bold;
margin-top: 0.3em;
} }
} }
@@ -42,6 +43,18 @@ footer {
float: right; float: right;
} }
} }
div.back {
overflow: visible;
padding: 5em 0 10em 0;
a {
display: block;
float: right;
font-size: 3em;
font-weight: bold;
}
}
} }
div#posts { div#posts {

View File

@@ -4,6 +4,12 @@
<%= image_tag(@post.large_file_url, :width => @post.large_image_width, :height => @post.large_image_height, :id => "image") %> <%= image_tag(@post.large_file_url, :width => @post.large_image_width, :height => @post.large_image_height, :id => "image") %>
<%= render "tags", :post => @post %> <%= render "tags", :post => @post %>
<footer>
<div class="back">
<%= link_to "< Back", :back %>
</div>
</footer>
</div> </div>
<% content_for(:page_title) do %> <% content_for(:page_title) do %>