From 1523a2ea2a27135bd7d9feb4a9a99f38db993434 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 12 Apr 2015 01:01:40 +0200 Subject: [PATCH] always show the line under date, fixes #5 --- html/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/content.css b/html/content.css index cad4e61..8fe7b71 100644 --- a/html/content.css +++ b/html/content.css @@ -17,7 +17,7 @@ h1 { padding: 0; } -#date:not(:empty) { +#date { border-bottom: 1px solid #aaa; margin-bottom: 1em; padding-bottom: 1em;