From 235000e8ab894291391ce218794fd2df10558eda Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 22 Aug 2012 14:09:06 -0700 Subject: [PATCH] more compact front-page blog display --- _layouts/main.html | 2 +- beets.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 3acb2450c..45e5d384e 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -130,7 +130,7 @@ or {% for post in site.posts limit:3 %}
  • - {{ post.date | date: '%B %e' }} + {{ post.date | date: '%B %e' }}: {{ post.title }}
  • {% endfor %} diff --git a/beets.css b/beets.css index 962c8474d..19450ee25 100644 --- a/beets.css +++ b/beets.css @@ -55,12 +55,9 @@ ul, ol { list-style: none; } .newslist li { - margin-bottom: 0.5em; + margin-bottom: 0.1em; } .newslist .date { - font-weight: bold; - font-size: small; - display: block; color: #999; }