From d7ebb11e67fe6456d89bac6d173c271398fa6d0e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Jan 2011 21:47:14 +0000 Subject: Cleaner spacing for documenation stylesheet. git-svn-id: http://svn.drobilla.net/serd/trunk@40 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 734404b0..2e1b4c93 100644 --- a/doc/style.css +++ b/doc/style.css @@ -8,11 +8,16 @@ body { /* @group Heading Levels */ h2 { - margin-top: 1.5em; + margin-top: 1em; + margin-bottom: 0.25em; } p { - margin: .5ex 0; + margin: 0 0 1ex 0; +} + +br { + display: none; } dt { @@ -291,9 +296,8 @@ table.memberdecls { .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { background-color: #F9F9F9; - border: none; - margin: 2px; - padding: .5ex 0 .5ex 1ex; + margin: 0; + padding: 0.25ex; } .mdescLeft,.mdescRight { @@ -301,11 +305,12 @@ table.memberdecls { } .memItemLeft,.memItemRight,.memTemplParams { - border-top: 1px solid #C4C4C4; + border-top: 1px solid #DDD; } .memItemLeft,.memTemplItemLeft { white-space: nowrap; + padding-left: 2em; } .memTemplParams { -- cgit v1.2.1