From c415ce7604ebcee84ebbeb841d24375ae72e6397 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Apr 2002 13:15:02 +0000 Subject: [haddock @ 2002-04-26 13:15:02 by simonmar] Move the explicit formatting of the little table for the stability/portability/maintainer info from the HTML into the CSS, and remove the explicit table size (just right-align it). --- html/haddock.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'html') diff --git a/html/haddock.css b/html/haddock.css index 36b2d883..032ec553 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -61,7 +61,7 @@ TD.recfield { padding-left: 20px } TD.doc { padding-top: 2px; font-family: sans-serif; - padding-left: 10px + padding-left: 10apx } TD.cbody { @@ -114,3 +114,17 @@ TD.section4 { font-weight: bold; font-size: 100% } + + +TD.infohead { + color: #ffffff; + font-weight: bold; + padding-right: 10px; + text-align: left; +} + +TD.infoval { + color: #ffffff; + padding-right: 10px; + text-align: left; +} -- cgit v1.2.3