diff options
author | David Robillard <d@drobilla.net> | 2011-03-10 05:08:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-10 05:08:38 +0000 |
commit | ea9e669b92250db7c46c0aa048c43dad0c1daf8e (patch) | |
tree | 0dcdf045e6c3ab3f1c4ef90b0f0b33f6ee00c602 /doc/style.css | |
parent | 800609f7ee4f73ddcc6916fe346a74a9e33b6a9f (diff) | |
download | lv2-ea9e669b92250db7c46c0aa048c43dad0c1daf8e.tar.xz |
Make Contents and Resources minor headings in leading text instead of big sections.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 9df3849..db5d907 100644 --- a/doc/style.css +++ b/doc/style.css @@ -23,6 +23,7 @@ img { } h1, h2, h3, h4, h5, h6 { line-height: 1em; + margin: 1em 0 0.5em 0; } h1 { font-size: 180%; |