diff options
Diffstat (limited to 'tools/qdoc3/test/qt-html-default-styles.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-default-styles.qdocconf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qdoc3/test/qt-html-default-styles.qdocconf b/tools/qdoc3/test/qt-html-default-styles.qdocconf index c9c02ea..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 = @@ -19,14 +19,14 @@ extraimages.HTML = qt-logo.png \ bullet_up.png \ horBar.png \ sprites-combined.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" |