From f1c53836cf7a9b9e509a57ad9650cb085fdb332b Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 24 Sep 2004 00:02:59 +0000 Subject: [PATCH] better handle parameters with long identifiers [SVN r25385] --- doc/html/boostbook.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index 94d06b535f..86e5f38b45 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -86,10 +86,14 @@ div.variablelist dl dt { float: left; clear: left; - width: 10%; font-style: italic; } +div.variablelist dl dd +{ + padding-left: 8pc; +} + @media screen { a{ color: blue; }