diff --git a/layouts/listing.html b/layouts/listing.html
index 64489e6..dfef5fb 100644
--- a/layouts/listing.html
+++ b/layouts/listing.html
@@ -17,7 +17,7 @@
Geeky
- <% sorted_articles[0..9].each do |article| %>
+ <% sorted_articles[0..4].each do |article| %>
<% post_date = WezM::Helpers.post_date(article) %>
-
@@ -48,7 +48,7 @@
Font Smoothing in Snow Leopard
A one sentence summary of this post would go here this one is longer then the other one.
- <% sorted_articles[0..9].each do |article| %>
+ <% sorted_articles[5..9].each do |article| %>
<% post_date = WezM::Helpers.post_date(article) %>
-
diff --git a/output/css/style.css b/output/css/style.css
index 39eb1ef..e035a66 100644
--- a/output/css/style.css
+++ b/output/css/style.css
@@ -165,21 +165,28 @@ ul#menu li {
#twitter {
display: none;
}
+.column p {
+/* margin-bottom: 1em;*/
+}
.column ul {
list-style: none;
margin: 0;
- padding: 1em;
}
.column ul li {
- margin: 0 0 1em 0;
- float: left;
+ margin: 0;
+ border-top: 1px solid #eee;
+ padding-top: 1em;
+ height: 80px;
+}
+.column ul li:first-child {
+ border-top: none;
+ padding-top: 1em;
}
.column abbr {
display: block;
font-size: 0.8em;
}
-
/* Flickr thumbnails */
.flickr {
clear: both;