From a7c4efe474c2d4b0efd60339d54a908d3d10576d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 30 Jul 2016 19:49:31 +0200 Subject: blog@dirty-haskell.org is a list now --- provider/css/default.css | 8 +++++++- provider/templates/default.html | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/provider/css/default.css b/provider/css/default.css index 91c1e2d..c5c8013 100644 --- a/provider/css/default.css +++ b/provider/css/default.css @@ -34,6 +34,8 @@ ul.indexTagList ul { footer ul.tags:before { content:" — "; } +footer ul.tags:first-child:before { content:""; } + footer ul.tags li { margin:0; padding:0; @@ -101,7 +103,11 @@ p + p { margin-top:0.25em; } -footer p, footer p:last-of-type { +footer p.info:before { content:", "; } + +footer p.info:first-child:before { content:""; } + +footer p.info { margin:0; padding:0; text-indent:0; diff --git a/provider/templates/default.html b/provider/templates/default.html index ffdd5e2..2e3b5db 100644 --- a/provider/templates/default.html +++ b/provider/templates/default.html @@ -22,8 +22,9 @@ $body$ -- cgit v1.2.3