From a02891d2151214f797bf8f94cdfa13162d8e9745 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 22 Jun 2012 21:51:53 +0100 Subject: [PATCH] Layout tweaks --- app/assets/stylesheets/scaffolds.css.scss | 2 +- app/views/feeds/index.html.haml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 8626e0c..d1d5431 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -87,7 +87,7 @@ table { } td { - padding: 0 20px 20px 0; + padding: 0 20px 30px 0; background-color: #fff; } diff --git a/app/views/feeds/index.html.haml b/app/views/feeds/index.html.haml index 98e9f46..062f760 100644 --- a/app/views/feeds/index.html.haml +++ b/app/views/feeds/index.html.haml @@ -17,8 +17,6 @@ %td .feed_title = link_to f.title, f - %br - =# link_to f.feed_url, f.feed_url %td.right= f.posts.size %td - if f.last_fetched.nil?