From a71d7bf3e6fa790f1d9af0d8dc2eb6313e23f894 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan <gabor@FreeBSD.org> Date: Wed, 22 Jan 2014 10:27:50 +0000 Subject: [PATCH] - Render terms as bold and add some top margin to avoid sticking it to tables in the previous definition PR: docs/181121 Submitted by: Ken Reed <kreed002@gmail.com> --- share/misc/docbook.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index 5c279deaae..09bba7513f 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -124,6 +124,11 @@ dl { line-height: 1.2; } +dt { + font-weight: bold; + margin-top: 1em; +} + div.calloutlist dt { float: left; width: 1em;