mirror of https://github.com/nymea/nymea.git
fix using the stylesheet
parent
a7bbba1999
commit
3e5a4bfd26
|
|
@ -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 =
|
||||
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue