Ver código fonte

Layout tweaks

master
Adrian Short 12 anos atrás
pai
commit
a02891d215
2 arquivos alterados com 1 adições e 3 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

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


Carregando…
Cancelar
Salvar