From 2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Feb 2011 05:07:10 +0000 Subject: Specify explicit (but relative) header sizes. git-svn-id: http://svn.drobilla.net/serd/trunk@103 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 2e1b4c93..2f9b4994 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,4 +1,5 @@ body { + font-size: 100%; font-family: sans-serif; } @@ -6,10 +7,21 @@ body { display: none; } -/* @group Heading Levels */ +h1 { + font-size: 160%; + font-weight: bold; +} + h2 { - margin-top: 1em; - margin-bottom: 0.25em; + font-size: 130%; +} + +h3 { + font-size: 110%; +} + +h4 h5 h6 { + font-size: 100%; } p { @@ -43,7 +55,6 @@ p.endtd { margin-bottom: 2px; } -/* @end */ caption { font-weight: 700; } -- cgit v1.2.1