From 03d621cbff392b753a4333d3a74288f0968f5148 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 20 May 2015 15:01:10 +0200 Subject: Doc: Update online documentation template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the online documentation template with following fixes: - Improve responsivess for narrow screens: TOC and sidebar now collapse into drop-down menus - React to hashchange events: When the user edits the anchor tag in URL and presses enter, the page is scrolled correctly to bring the selected section title into view. - Handle Ctrl and Meta keys correctly - Improve colors for target section highlighting - Minor CSS fixes Task-number: QTWEBSITE-634 Task-number: QTWEBSITE-657 Change-Id: I7221f38cf4988497f0f24ee66e62b7b7d770a121 Reviewed-by: Martin Smith Reviewed-by: Topi Reiniƶ --- doc/global/html-header-online.qdocconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/global/html-header-online.qdocconf') diff --git a/doc/global/html-header-online.qdocconf b/doc/global/html-header-online.qdocconf index aa67c43947..450eb1120b 100644 --- a/doc/global/html-header-online.qdocconf +++ b/doc/global/html-header-online.qdocconf @@ -3,6 +3,7 @@ HTML.stylesheets = template/style/online.css \ template/style/gsc.css \ template/style/list_arrow.png \ + template/style/list_expand.png \ template/style/icomoon.eot \ template/style/icomoon.svg \ template/style/icomoon.ttf \ @@ -15,6 +16,7 @@ HTML.stylesheets = template/style/online.css \ qhp.extraFiles += style/online.css \ style/gsc.css \ style/list_arrow.png \ + style/list_expand.png \ style/icomoon.eot \ style/icomoon.svg \ style/icomoon.ttf \ -- cgit v1.2.3