summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/qt-html-templates-offline.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf
index 9f2d28fa28..3a4523fbde 100644
--- a/doc/global/qt-html-templates-offline.qdocconf
+++ b/doc/global/qt-html-templates-offline.qdocconf
@@ -7,8 +7,12 @@ HTML.headerstyles = \
HTML.endheader = \
"</head>\n" \
+ "<body>\n" \
+ "<div class=\"content\"></div class=\"content\">\n" \
+ "<div class=\"content mainContent\">\n" \
HTML.footer = \
+ "</div>\n" \
"<div class=\"footer\">\n" \
" <p>\n" \
" <acronym title=\"Copyright\">&copy;</acronym> 2012 Digia Plc and/or its\n" \
@@ -29,4 +33,3 @@ HTML.footer = \
" of their respective owners. <a title=\"Privacy Policy\"\n" \
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
"</div>\n" \
-