diff options
author | David Robillard <d@drobilla.net> | 2011-02-19 05:07:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-19 05:07:10 +0000 |
commit | 2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57 (patch) | |
tree | a5248601170b5afe325812d4e5b3bddaf178b556 | |
parent | e196a94abaddb2a90c34d735f232ee84d149a362 (diff) | |
download | serd-2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57.tar.gz serd-2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57.tar.bz2 serd-2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57.zip |
Specify explicit (but relative) header sizes.
git-svn-id: http://svn.drobilla.net/serd/trunk@103 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | doc/style.css | 19 |
1 files changed, 15 insertions, 4 deletions
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; } |