From 4b1fe3ab8f71f9c7727d70891689feb1496e1fa1 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Nov 2011 18:45:49 -0500 Subject: [PATCH] styles --- app/assets/stylesheets/mobile/posts.css.scss | 13 +------------ app/views/m/posts/show.html.erb | 6 ------ 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 8e98f737d..369122338 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -28,6 +28,7 @@ header { footer { div.paginator { overflow: visible; + font-size: 3em; li { a { @@ -43,18 +44,6 @@ footer { float: right; } } - - div.back { - overflow: visible; - padding: 5em 5em 10em 0; - - a { - display: block; - float: right; - font-size: 3em; - font-weight: bold; - } - } } div#posts { diff --git a/app/views/m/posts/show.html.erb b/app/views/m/posts/show.html.erb index 1d7c2223a..94caf5df4 100644 --- a/app/views/m/posts/show.html.erb +++ b/app/views/m/posts/show.html.erb @@ -4,12 +4,6 @@ <%= image_tag(@post.large_file_url, :width => @post.large_image_width, :height => @post.large_image_height, :id => "image") %> <%= render "tags", :post => @post %> - - <% content_for(:page_title) do %>