Selaa lähdekoodia

Layout tweaks

master
Adrian Short 12 vuotta sitten
vanhempi
commit
a02891d215
2 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna