diff options
author | David Robillard <d@drobilla.net> | 2011-01-22 21:47:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-22 21:47:14 +0000 |
commit | d7ebb11e67fe6456d89bac6d173c271398fa6d0e (patch) | |
tree | 4c1b8e146b341761e7b5fb24526f3f4ea21a3835 /doc/style.css | |
parent | 785e82abee7610f0cb0c143f4fec2355922879f0 (diff) | |
download | serd-d7ebb11e67fe6456d89bac6d173c271398fa6d0e.tar.gz serd-d7ebb11e67fe6456d89bac6d173c271398fa6d0e.tar.bz2 serd-d7ebb11e67fe6456d89bac6d173c271398fa6d0e.zip |
Cleaner spacing for documenation stylesheet.
git-svn-id: http://svn.drobilla.net/serd/trunk@40 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
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 { |