summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-23 13:42:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 23:56:15 +0100
commit3d4729a377ce9aec099baffc3e4c0fd0f45d5bf8 (patch)
tree2540224a1726e86f62f1675f0be007e10b6abec3 /doc
parent6dd94930284cf8b4274433ecc8dbafe3df973773 (diff)
Doc: Adding empty tags in the HTML
Change-Id: I7251b77b645a2085d25443826aa2b9550a373d88 Reviewed-by: Martin Smith <martin.smith@digia.com>
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);