From 085d21e416900e11855ec39555f8a52cd288c251 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 25 Jun 2015 16:39:53 +0200 Subject: [PATCH] fix dedication css --- themes/bs3/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index df6cc4b..9e772a4 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -49,5 +49,5 @@ table {margin: .5em auto 1.5em auto; width: 98%;} /* This is to make the dedication slightly more compact */ .slug-index .entry-content p { - line-height: 0; + line-height: 0.5em; }