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;
}