Browse Source

Layout tweaks

master
Adrian Short 12 years ago
parent
commit
a02891d215
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      app/assets/stylesheets/scaffolds.css.scss
  2. +0
    -2
      app/views/feeds/index.html.haml

+ 1
- 1
app/assets/stylesheets/scaffolds.css.scss View File

@@ -87,7 +87,7 @@ table {
}

td {
padding: 0 20px 20px 0;
padding: 0 20px 30px 0;
background-color: #fff;
}



+ 0
- 2
app/views/feeds/index.html.haml View File

@@ -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?


Loading…
Cancel
Save