From: Dietmar Maurer Date: Sat, 5 Nov 2016 17:43:21 +0000 (+0100) Subject: dblatex-custom.sty: fix spacing in descriptionlabel X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=73799de4d067c575a0eec1fa6c85eafd0dd8e5ec dblatex-custom.sty: fix spacing in descriptionlabel --- diff --git a/asciidoc/dblatex-custom.sty b/asciidoc/dblatex-custom.sty index 1233db5..ba4a508 100644 --- a/asciidoc/dblatex-custom.sty +++ b/asciidoc/dblatex-custom.sty @@ -26,7 +26,7 @@ % use parbox for description labels to allow line breaks \renewcommand\descriptionlabel[1]{ - \parbox[t]{\linewidth}{\hspace\labelsep \raggedright\bfseries #1}} + \parbox[t]{\linewidth}{\raggedright\bfseries #1\smallskip}} % For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`. \usepackage{alltt}