diff options
-rw-r--r-- | doc/style.css | 1 | ||||
-rw-r--r-- | lv2specgen/template.html | 32 |
2 files changed, 12 insertions, 21 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%; diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 1b3111e..d9dab0b 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -33,36 +33,26 @@ <!-- META --> <div class="content"> - <p>This document is generated from <a href="@FILENAME@">@FILENAME@</a>, which - describes <a href="@URI@">@NAME@</a> (an <a href="http://lv2plug.in/">LV2</a> - specification). Comments are welcome, please direct discussion to <a - href="mailto:@MAIL@">@MAIL@</a>.</p> - </div> - - - <!-- CONTENTS --> - - <h2 class="sec" id="contents">Contents</h2> - <div class="content"> - <ol id="toc"> + <p>This document is generated from <a href="@FILENAME@">@FILENAME@</a>, + which describes <a href="@URI@">@NAME@</a> + (an <a href="http://lv2plug.in/">LV2</a> specification). Comments are + welcome, please direct discussion + to <a href="mailto:@MAIL@">@MAIL@</a>.</p> + + <h3>Contents</h3> + <ol id="toc"> <li><a href="#sec-description">Description</a></li> <li><a href="#sec-index">Index</a></li> <li><a href="#sec-documentation">Documentation</a></li> <li><a href="#sec-references">References</a></li> - </ol> - </div> - - - <!-- RESOURCES --> + </ol> - <h2 class="sec" id="resources">Resources</h2> - <div class="content"> + <h3>Resources</h3> <ul> - @FILES@ + @FILES@ </ul> </div> - <!-- DESCRIPTION --> <h2 class="sec" id="sec-description">1. Description</h2> |