From c2c0e977668bb798842bafbfe8370aca537e8bb5 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Fri, 19 Feb 2016 15:46:29 +0100 Subject: [PATCH] Changed dd CSS to have same line hight as p --- Themes/Default/Destination/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index 3734953..0f8c398 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -238,7 +238,8 @@ dl p, dl table, dl ul, dl ol { } dl dd { - margin: 0 0 12px 24px; + margin: 0 0 12px 35px; + line-height: 24px; } dl:not(.docutils) {