From f02b28e44f0b275b8d43268715618302aad02378 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2011 19:31:56 +0000 Subject: Generate class hierarchy in index rather than a flat list of classes. --- doc/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 718f2a5..e9bae98 100644 --- a/doc/style.css +++ b/doc/style.css @@ -374,7 +374,9 @@ a:active { padding: 1ex; } ul, ol { - margin: 0 1ex 2ex; + margin-top: 0; + padding-top: 0; + margin: 0 0 0.5ex 0; } .content { margin-left: 1.5em; -- cgit v1.2.1