aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-19 05:07:10 +0000
committerDavid Robillard <d@drobilla.net>2011-02-19 05:07:10 +0000
commit2b61ca0bfdcda4b18516df63188a8b0d5ce5ed57 (patch)
treea5248601170b5afe325812d4e5b3bddaf178b556 /doc
parente196a94abaddb2a90c34d735f232ee84d149a362 (diff)
downloadserd-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
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css19
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;
}