From c6e64a39b071cfe5e4c4505f6e80bac07324e7a5 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 25 Jun 2015 14:12:24 +0200 Subject: [PATCH] dedication css --- themes/bs3/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index 9429fee..df6cc4b 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -46,3 +46,8 @@ table {margin: .5em auto 1.5em auto; width: 98%;} .entry-content table tr:nth-child(even) { background-color: rgba(0,0,0,0.2); } + +/* This is to make the dedication slightly more compact */ +.slug-index .entry-content p { + line-height: 0; +}