diff options
author | David Robillard <d@drobilla.net> | 2011-02-25 05:35:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-25 05:35:09 +0000 |
commit | 7cab293e741784109f9e0a6a3893d3c6629da999 (patch) | |
tree | 0a09744cd06dd81a25a950ed666f96280259fe56 | |
parent | 3f340dfbaff0ac0af916f22beb2e141d0506238a (diff) | |
download | serd-7cab293e741784109f9e0a6a3893d3c6629da999.tar.gz serd-7cab293e741784109f9e0a6a3893d3c6629da999.tar.bz2 serd-7cab293e741784109f9e0a6a3893d3c6629da999.zip |
Lighten up documentation a bit.
Use a more consistent style between prototypes and detailed documentation.
git-svn-id: http://svn.drobilla.net/serd/trunk@109 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | doc/style.css | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/style.css b/doc/style.css index 149bfbcc..37f579b4 100644 --- a/doc/style.css +++ b/doc/style.css @@ -340,7 +340,6 @@ table.memberdecls { font-size: 80%; color: #4665A2; font-weight: 400; - margin-left: 3px; } .memnav { @@ -354,30 +353,24 @@ table.memberdecls { .memitem { padding: 0; - margin-bottom: 10px; + margin: 1ex 1ex 2ex 1ex; } .memname { white-space: nowrap; font-weight: 700; - margin-left: 6px; } .memproto { border-top: 1px solid #A8B8D9; - border-left: 1px solid #A8B8D9; - border-right: 1px solid #A8B8D9; - padding: 6px 0; + padding: 0.5ex; color: #253555; font-weight: 700; background-color: #F3F3F3; } .memdoc { - border-bottom: 1px solid #A8A8A8; - border-left: 1px solid #A8A8A8; - border-right: 1px solid #A8A8A8; - padding: 2px 5px; + padding: 1ex; background-color: #FBFBFB; border-top-width: 0; } |