From 9acd3a4d58d3e91ba0d74612b9574231ccfd98f4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 5 Apr 2002 16:32:19 +0000 Subject: [haddock @ 2002-04-05 16:32:19 by simonmar] Add width property to the title, and add TD.children for the module contents page. --- html/haddock.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html/haddock.css') diff --git a/html/haddock.css b/html/haddock.css index fba340c3..59b98030 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -11,6 +11,7 @@ TD.topbar { TD.title { color: #ffffff; padding-left: 10px; + width: 100% } TD.topbut { @@ -38,6 +39,10 @@ TD.modulebar { padding: 5 } +TD.children { + padding-left: 25px; + } + TD.synopsis { padding: 2px; background-color: #f0f0f0; -- cgit v1.2.3