aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-20 19:31:56 +0000
committerDavid Robillard <d@drobilla.net>2011-10-20 19:31:56 +0000
commitf02b28e44f0b275b8d43268715618302aad02378 (patch)
tree1f23e4e97b98bbd1ebc050004154c904d64d5305 /doc
parent0032717ddf9a0ef7aa0e5c9531ace0fca003b382 (diff)
downloadlv2-f02b28e44f0b275b8d43268715618302aad02378.tar.xz
Generate class hierarchy in index rather than a flat list of classes.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css4
1 files changed, 3 insertions, 1 deletions
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;