From 3d4729a377ce9aec099baffc3e4c0fd0f45d5bf8 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Fri, 23 Nov 2012 13:42:02 +0100 Subject: Doc: Adding empty tags in the HTML Change-Id: I7251b77b645a2085d25443826aa2b9550a373d88 Reviewed-by: Martin Smith --- doc/global/qt-html-templates-offline.qdocconf | 1 + doc/global/qt-html-templates-online.qdocconf | 1 + doc/global/template/style/offline.css | 6 ------ doc/global/template/style/online.css | 5 ----- 4 files changed, 2 insertions(+), 11 deletions(-) (limited to 'doc') 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 = \ "\n" \ "\n" \ + "
\n"\ "
\n" \ "
\n" \ "
\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 = \ "\n" \ "\n" \ + "
\n" "
\n" \ "
\n" \ " Qt Home\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); -- cgit v1.2.3