diff options
-rw-r--r-- | doc/style.css | 12 | ||||
-rw-r--r-- | lv2specgen/template.html | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/style.css b/doc/style.css index a4e306c..f78acb1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -361,11 +361,11 @@ a:active { color: #C00; } .sec { - background-color: #F7F7F7; - border-top: 1px solid #EEE; + /*background-color: #F7F7F7;*/ + border-bottom: 1px dashed #DDD; color: #000; - margin: 1em 1ex .5em 1ex; - padding: 1ex; + margin: 1em; + padding: 1ex 0 1ex 0; } ul, ol { margin-top: 0; @@ -373,8 +373,8 @@ ul, ol { margin: 0 0 0.5ex 0; } .content { - margin-left: 1.5em; - margin-right: 1.5em; + margin-left: 2em; + margin-right: 2em; } .label { font-style: italic; diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 6d154da..728716f 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -33,8 +33,8 @@ </table> </div> + <h2 class="sec">Contents</h2> <div class="content"> - <h3>Contents</h3> <ul> <li><a href="#sec-description">Description</a></li> <li><a href="#sec-index">Index</a></li> |