fix using the stylesheet

This commit is contained in:
Michael Zanetti 2014-01-26 04:47:11 +01:00
parent a7bbba1999
commit 3e5a4bfd26
3 changed files with 10 additions and 8 deletions

View File

@ -11,7 +11,7 @@ HTML.scripts =
# Include the style sheets and scripts used. # Include the style sheets and scripts used.
HTML.headerstyles = \ HTML.headerstyles = \
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n"
HTML.headerscripts = HTML.headerscripts =

View File

@ -1,9 +1,9 @@
include(html-styles.qdocconf) include(html-styles.qdocconf)
HTML.postheader = \ HTML.postheader = \
"<div class=\"header\" id=\"qtdocheader\">\n" \ "<div class=\"header\">\n" \
" <div class=\"content\"> \n" \ " <div class=\"content\"> \n" \
" <a href=\"index.html\" class=\"qtref\"><span>Hive Developer Documentation</span></a>\n" \ " <a href=\"index.html\" class=\"indexref\"><span>Hive Developer Documentation</span></a>\n" \
" </div>\n" \ " </div>\n" \
" <div class=\"breadcrumb toolblock\">\n" \ " <div class=\"breadcrumb toolblock\">\n" \
" <ul>\n" \ " <ul>\n" \

View File

@ -5,7 +5,7 @@
html html
{ {
color: #000000; color: #000000;
background: #ffed5d; background: #ffffff;
} }
table table
{ {
@ -224,20 +224,22 @@
display: block; display: block;
clear: both; clear: both;
overflow: hidden; overflow: hidden;
background: #ffed5d;
height: 7.5em;
} }
/* end global settings*/ /* end global settings*/
/* header elements */ /* header elements */
.header .qtref .header .indexref
{ {
color: #00732F;
font-weight: bold;
font-size: 130%; font-size: 130%;
} }
.header .content .header .content
{ {
margin-bottom: 0.5em margin-bottom: 0.5em;
margin-top: 3em;
margin-left: 0.8em;
} }
.naviNextPrevious .naviNextPrevious