styles
This commit is contained in:
@@ -28,6 +28,7 @@ header {
|
|||||||
footer {
|
footer {
|
||||||
div.paginator {
|
div.paginator {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
font-size: 3em;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
a {
|
a {
|
||||||
@@ -43,18 +44,6 @@ footer {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.back {
|
|
||||||
overflow: visible;
|
|
||||||
padding: 5em 5em 10em 0;
|
|
||||||
|
|
||||||
a {
|
|
||||||
display: block;
|
|
||||||
float: right;
|
|
||||||
font-size: 3em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#posts {
|
div#posts {
|
||||||
|
|||||||
@@ -4,12 +4,6 @@
|
|||||||
<%= 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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user