summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/global/qt-html-templates-offline.qdocconf1
-rw-r--r--doc/global/qt-html-templates-online.qdocconf1
-rw-r--r--doc/global/template/style/offline.css6
-rw-r--r--doc/global/template/style/online.css5
4 files changed, 2 insertions, 11 deletions
diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf
index d608bb3a76..abe7e5e349 100644
--- a/doc/global/qt-html-templates-offline.qdocconf
+++ b/doc/global/qt-html-templates-offline.qdocconf
@@ -8,6 +8,7 @@ HTML.headerstyles = \
HTML.endheader = \
"</head>\n" \
"<body>\n" \
+ "<div class=\"header\" id=\"qtdocheader\"></div>\n"\
"<div class=\"content\">\n" \
"<div class=\"line\">\n" \
"<div class=\"content mainContent\">\n" \
diff --git a/doc/global/qt-html-templates-online.qdocconf b/doc/global/qt-html-templates-online.qdocconf
index 387404aaf3..d6c6b00e99 100644
--- a/doc/global/qt-html-templates-online.qdocconf
+++ b/doc/global/qt-html-templates-online.qdocconf
@@ -38,6 +38,7 @@ HTML.headerstyles = \
HTML.endheader = \
"</head>\n" \
"<body>\n" \
+ "<div class=\"header\" id=\"qtdocheader\"></div>\n"
" <header>\n" \
" <div class=\"nav\">\n" \
" <a href=\"http://qt-project.org/\">Qt Home</a>\n" \
diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css
index 6b6cf2f2b2..748effcee4 100644
--- a/doc/global/template/style/offline.css
+++ b/doc/global/template/style/offline.css
@@ -111,12 +111,6 @@ Top navigation
-------------------------------
*/
-.header{
-height:1px;
-padding:0px;
-margin:0px;
-}
-
.qtref{
display: block;
position: relative;
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index 828d6b602e..21e371b132 100644
--- a/doc/global/template/style/online.css
+++ b/doc/global/template/style/online.css
@@ -131,11 +131,6 @@ display:inline-block;
.nav-subtitle{
margin-left: 220px;
}
-.header{
-height:1px;
-padding:0px;
-margin:0px;
-}
header{
background: none repeat scroll 0% 0% rgb(255,255,255);