diff options
author | David Robillard <d@drobilla.net> | 2011-10-20 19:31:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-20 19:31:56 +0000 |
commit | f02b28e44f0b275b8d43268715618302aad02378 (patch) | |
tree | 1f23e4e97b98bbd1ebc050004154c904d64d5305 /doc/style.css | |
parent | 0032717ddf9a0ef7aa0e5c9531ace0fca003b382 (diff) | |
download | lv2-f02b28e44f0b275b8d43268715618302aad02378.tar.xz |
Generate class hierarchy in index rather than a flat list of classes.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 4 |
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; |