From 3f340dfbaff0ac0af916f22beb2e141d0506238a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Feb 2011 05:25:00 +0000 Subject: Tweak documentation style a bit. git-svn-id: http://svn.drobilla.net/serd/trunk@108 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'doc') 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; } -- cgit v1.2.1