From c554077188599205e050c14e87dd86461b18c6ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Mar 2011 02:55:29 +0000 Subject: Tweak documentation style. git-svn-id: http://svn.drobilla.net/serd/trunk@117 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 2cf74678..f4d9f28d 100644 --- a/doc/style.css +++ b/doc/style.css @@ -8,8 +8,8 @@ body { } h1 { - font-size: 160%; - font-weight: 750; + font-size: 180%; + font-weight: 900; } h2 { @@ -307,7 +307,7 @@ hr { height: 0; border: none; border-top: 1px solid #DDD; - margin: 3em 0 1em; + margin: 2em 0 1em; } hr.footer { @@ -551,11 +551,11 @@ div.summary a { } div.header { - background-color: #EEE; + background-color: #F3F3F3; margin: 0; - border-bottom: 1px solid #CCC; + border-bottom: 1px solid #DDD; } div.headertitle { padding: 5px 5px 5px 10px; -} \ No newline at end of file +} -- cgit v1.2.1