diff --git a/layouts/listing.html b/layouts/listing.html index 19562ad..20eb786 100644 --- a/layouts/listing.html +++ b/layouts/listing.html @@ -11,7 +11,7 @@ <%= render 'header' %>
-
+

Geeky

    <% sorted_articles[0..9].each do |article| %> @@ -63,6 +63,7 @@
+
  • Blue Flower diff --git a/output/css/style.css b/output/css/style.css index c7a41e3..952ae83 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -147,10 +147,14 @@ ul#menu li { } .column { - width: 30%; + width: 31%; float: left; + margin-left: 2em; + margin-bottom: 4em; +} +.first { + margin-left: 0; } - .flickr { clear: both; }