fix using the stylesheet

pull/1/head
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.
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 =

View File

@ -1,9 +1,9 @@
include(html-styles.qdocconf)
HTML.postheader = \
"<div class=\"header\" id=\"qtdocheader\">\n" \
"<div class=\"header\">\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 class=\"breadcrumb toolblock\">\n" \
" <ul>\n" \

View File

@ -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