From 18ec049e97202c9b70989fe33c4d2978e067ac64 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Tue, 17 May 2016 16:45:54 -0500 Subject: [PATCH] add vertical space between
s without sub-
s --- templates/assets/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/assets/css/style.css b/templates/assets/css/style.css index 412abb6..6804ad7 100644 --- a/templates/assets/css/style.css +++ b/templates/assets/css/style.css @@ -120,7 +120,17 @@ section#content { color: #337ab7; } +#content dd { + margin-left: 17px; +} + +#content dl dt { + margin-top: 17px; +} +#content dd dl dt { + margin-top: 0px; +} /* Footer Section */