From e0c2436504f43c844aded3b021c6bcdd48bbf9cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2011 22:54:53 +0000 Subject: Fix (i.e. hide) documentation header. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3101 a436a847-0d15-0410-975c-d299462d15a1 --- doc/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/style.css') 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; } -- cgit v1.2.1