diff options
author | David Robillard <d@drobilla.net> | 2011-02-25 05:25:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-25 05:25:00 +0000 |
commit | 3f340dfbaff0ac0af916f22beb2e141d0506238a (patch) | |
tree | 3a8db80fb1b97cdbc064c88fcb04ef971e9d7432 /doc/style.css | |
parent | 1ab37f554fe85c9fe9ac37298821097435d0d2b4 (diff) | |
download | serd-3f340dfbaff0ac0af916f22beb2e141d0506238a.tar.gz serd-3f340dfbaff0ac0af916f22beb2e141d0506238a.tar.bz2 serd-3f340dfbaff0ac0af916f22beb2e141d0506238a.zip |
Tweak documentation style a bit.
git-svn-id: http://svn.drobilla.net/serd/trunk@108 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/style.css b/doc/style.css index 2f9b4994..149bfbcc 100644 --- a/doc/style.css +++ b/doc/style.css @@ -13,14 +13,18 @@ h1 { } h2 { - font-size: 130%; + font-size: 120%; } h3 { font-size: 110%; } -h4 h5 h6 { +h4 { + font-size: 105%; +} + +h5 h6 { font-size: 100%; } @@ -306,7 +310,7 @@ table.memberdecls { } .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { - background-color: #F9F9F9; + background-color: #FBFBFB; margin: 0; padding: 0.25ex; } @@ -366,7 +370,7 @@ table.memberdecls { padding: 6px 0; color: #253555; font-weight: 700; - background-color: #EEE; + background-color: #F3F3F3; } .memdoc { @@ -374,7 +378,7 @@ table.memberdecls { border-left: 1px solid #A8A8A8; border-right: 1px solid #A8A8A8; padding: 2px 5px; - background-color: #F9F9F9; + background-color: #FBFBFB; border-top-width: 0; } |