From 9a35213d5af060e22b555b25a69a302ccbd02e69 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Tue, 4 Apr 2006 23:03:57 +0000 Subject: [PATCH] move definitions closer to terms in definition lists [SVN r33530] --- doc/html/boostbook.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index e1f7f9f9f5..89a522d922 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -266,6 +266,8 @@ Variable Lists =============================================================================*/ + /* Make the terms in definition lists bold */ + div.variablelist dl dt, span.term { font-weight: bold; @@ -278,26 +280,28 @@ vertical-align: top; padding: 0em 2em 0em 0em; font-size: 10pt; - } - - div.variablelist table tbody tr td p - { margin: 0em 0em 0.5em 0em; + line-height: 1; } - /* Make the terms in definition lists bold */ div.variablelist dl dt { - font-weight: bold; - font-size: 10pt; + margin-bottom: 0.2em; } div.variablelist dl dd { - margin: 1em 0em 1em 2em; + margin: 0em 0em 0.5em 2em; font-size: 10pt; } + div.variablelist table tbody tr td p, + div.variablelist dl dd p + { + margin: 0em 0em 0.5em 0em; + line-height: 1; + } + /*============================================================================= Misc =============================================================================*/