From 3618770eb2235dd62c73c71b33d6e5eb93b5cf87 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Thu, 23 Sep 2004 23:42:15 +0000 Subject: [PATCH] tabularize parameter lists and tone down parameter list title [SVN r25384] --- doc/html/boostbook.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index 5a32873a98..94d06b535f 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -72,6 +72,24 @@ i.firstterm font-weight: bold; } +/* tone down the title of Parameter lists */ +div.variablelist p.title +{ + font-weight: bold; + font-size: 100%; + text-align: left; + background-color: white; +} + +/* tabularize parameter lists */ +div.variablelist dl dt +{ + float: left; + clear: left; + width: 10%; + font-style: italic; +} + @media screen { a{ color: blue; }