diff options
author | David Robillard <d@drobilla.net> | 2011-03-16 22:54:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-16 22:54:53 +0000 |
commit | e0c2436504f43c844aded3b021c6bcdd48bbf9cc (patch) | |
tree | a47cb6dcc0c36310943aa61616b295cae43eabfb /doc | |
parent | 3bb2303ea19588a3ce348acb7cf8100dccf21e98 (diff) | |
download | lilv-e0c2436504f43c844aded3b021c6bcdd48bbf9cc.tar.gz lilv-e0c2436504f43c844aded3b021c6bcdd48bbf9cc.tar.bz2 lilv-e0c2436504f43c844aded3b021c6bcdd48bbf9cc.zip |
Fix (i.e. hide) documentation header.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3101 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/style.css b/doc/style.css index e5aaf65..8e84c8b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -3,7 +3,7 @@ body { font-family: sans-serif; } -.navigation { +#top { display: none; } @@ -433,7 +433,7 @@ table.memberdecls { } .directory div { - /*display: none;*/ + display: none; margin: 0; } @@ -463,7 +463,7 @@ table.memberdecls { } .directory-alt div { - /*display: none;*/ + display: none; margin: 0; } |