diff --git a/doc/html-styles.qdocconf b/doc/html-styles.qdocconf index a839c745..14b29ee9 100644 --- a/doc/html-styles.qdocconf +++ b/doc/html-styles.qdocconf @@ -11,7 +11,7 @@ HTML.scripts = # Include the style sheets and scripts used. HTML.headerstyles = \ - " \n" + " \n" HTML.headerscripts = diff --git a/doc/html-template.qdocconf b/doc/html-template.qdocconf index 4e9c791a..48835161 100644 --- a/doc/html-template.qdocconf +++ b/doc/html-template.qdocconf @@ -1,9 +1,9 @@ include(html-styles.qdocconf) HTML.postheader = \ - "
\n" \ + "
\n" \ " \n" \ "
\n" \ "
    \n" \ diff --git a/doc/style.css b/doc/style.css index 8ec0abb4..18e37f2a 100644 --- a/doc/style.css +++ b/doc/style.css @@ -5,7 +5,7 @@ html { color: #000000; - background: #ffed5d; + background: #ffffff; } table { @@ -224,20 +224,22 @@ display: block; clear: both; overflow: hidden; + background: #ffed5d; + height: 7.5em; } /* end global settings*/ /* header elements */ - .header .qtref + .header .indexref { - color: #00732F; - font-weight: bold; font-size: 130%; } .header .content { - margin-bottom: 0.5em + margin-bottom: 0.5em; + margin-top: 3em; + margin-left: 0.8em; } .naviNextPrevious