diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-17 19:45:08 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-17 19:45:08 (GMT) |
commit | ca56f3a1797d735048fcb8b1e2b4aede75db8f89 (patch) | |
tree | caa999304f1913bef1688cc190c74aa91c575cb9 /tools/qdoc3/test | |
parent | 144ea56ae4c76cba0e89dc78356df2cac3783ef5 (diff) | |
download | Qt-ca56f3a1797d735048fcb8b1e2b4aede75db8f89.zip Qt-ca56f3a1797d735048fcb8b1e2b4aede75db8f89.tar.gz Qt-ca56f3a1797d735048fcb8b1e2b4aede75db8f89.tar.bz2 |
Updated the offline template to use a new offline style sheet.
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-default-styles.qdocconf | 6 | ||||
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 21 |
2 files changed, 10 insertions, 17 deletions
diff --git a/tools/qdoc3/test/qt-html-default-styles.qdocconf b/tools/qdoc3/test/qt-html-default-styles.qdocconf index 623e4a9..d37ef5d 100644 --- a/tools/qdoc3/test/qt-html-default-styles.qdocconf +++ b/tools/qdoc3/test/qt-html-default-styles.qdocconf @@ -4,7 +4,7 @@ HTML.templatedir = $QT_SOURCE_TREE/doc/src/template -HTML.stylesheets = style/style.css +HTML.stylesheets = style/offline.css HTML.scripts = @@ -23,10 +23,10 @@ extraimages.HTML = qt-logo.png \ # Include the style sheets and scripts used. HTML.headerstyles = \ - " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n" + " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" HTML.headerscripts = HTML.endheader = \ "</head>\n" \ - "<body class=\"offline creator\">\n" + "<body>\n" diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 8241fa0..12588f9 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -1,26 +1,19 @@ include(qt-html-default-styles.qdocconf) HTML.postheader = \ - " <div class=\"header\" id=\"qtdocheader\">\n" \ + "<div class=\"header\" id=\"qtdocheader\">\n" \ " <div class=\"content\"> \n" \ - " <div id=\"nav-logo\">\n" \ - " <a href=\"index.html\">Home</a>\n" \ - " </div>\n" \ " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ " </div>\n" \ - " <div class=\"wrap\">\n" \ - " <div class=\"toolbar\">\n" \ - " <div class=\"breadcrumb toolblock\">\n" \ - " <ul>\n" \ - " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ - " <!-- Breadcrumbs go here -->\n" + " <div class=\"breadcrumb toolblock\">\n" \ + " <ul>\n" \ + " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ + " <!-- Breadcrumbs go here -->\n" HTML.postpostheader = \ - " </ul>\n" \ - " </div>\n" \ - " </div>\n" \ + " </ul>\n" \ " </div>\n" \ - " </div>\n" \ + "</div>\n" \ "<div class=\"content mainContent\">\n" HTML.footer = \ |