summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-09 11:58:05 +0100
committerJerome Pasion <jerome.pasion@digia.com>2012-11-09 15:30:39 +0100
commitb60c76fa094358a8d9ca7461426d9ce68c68bf0f (patch)
tree7e59e2fdaaa86728442d26cf82a99e3fbe834861
parent8c7095969fab38671d8d9b63c3143f25df292281 (diff)
Doc: Fixing templatedir paths according to the fix to QTBUG-27878
Change-Id: Ib95be5267514e4afadad4f6fbfd48514a7552227 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc/global/qt-html-templates-offline.qdocconf3
-rw-r--r--doc/global/template/style/offline.css (renamed from doc/global/style/offline.css)0
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf
index 3a4523fbde..4ac47fe7fd 100644
--- a/doc/global/qt-html-templates-offline.qdocconf
+++ b/doc/global/qt-html-templates-offline.qdocconf
@@ -1,6 +1,7 @@
HTML.nobreadcrumbs = "true"
-HTML.stylesheets = global/style/offline.css
+HTML.templatedir = template
+HTML.stylesheets = style/offline.css
HTML.headerstyles = \
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
diff --git a/doc/global/style/offline.css b/doc/global/template/style/offline.css
index c7767ad88c..c7767ad88c 100644
--- a/doc/global/style/offline.css
+++ b/doc/global/template/style/offline.css