diff options
author | David Robillard <d@drobilla.net> | 2010-10-05 17:41:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-05 17:41:58 +0000 |
commit | 0b2a4821e143b16e7c2607e033824bec77f8fe85 (patch) | |
tree | eec5d811872098abfb7cc50e7e952eb5cffd3d18 | |
parent | 287ab9c58b21547dcef8928cfce4aa277d62c804 (diff) | |
download | lv2-0b2a4821e143b16e7c2607e033824bec77f8fe85.tar.xz |
Don't mess with style for <h4> and down (which are for use by contained docs, not templates).
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index de1ec1f..055a707 100644 --- a/doc/style.css +++ b/doc/style.css @@ -40,7 +40,7 @@ h2 { padding: 0.5ex; } -h3, h4, h5, h6 { +h3 { padding: 0; margin: 0 0 0.75ex 0; } |