diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 02:57:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 02:57:05 +0000 |
commit | 5d0e4bfb3b757674c81abf81ec7afdccec7ff8c6 (patch) | |
tree | 635c094162041803f69e85e418fc2f80fbb4c100 /doc | |
parent | db3d269f19b0e1c3cb55f4d6e7ae6acb03eb94c6 (diff) | |
download | sord-5d0e4bfb3b757674c81abf81ec7afdccec7ff8c6.tar.gz sord-5d0e4bfb3b757674c81abf81ec7afdccec7ff8c6.tar.bz2 sord-5d0e4bfb3b757674c81abf81ec7afdccec7ff8c6.zip |
Tweak documentation style.
git-svn-id: http://svn.drobilla.net/sord/trunk@45 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/style.css b/doc/style.css index 2cf7467..f4d9f28 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 +} |