From 2df31c8f2e044de68898bd744adec676d75b2e7e Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Sun, 7 Jun 2020 11:03:02 +0200 Subject: Doc: Update global documentation config for Qt 6 - Set base URL path to /qt - Define 'qt6' for use in conditionals - Omit \since information for everything introduced before Qt 5 - Make use of the new expandable variables to allow component-specific URLs in commercial templates - Adjust CSS for changes in QDoc's output Change-Id: I74581f0fb49cd176f92d6451c388e7b7ddf1baa4 Reviewed-by: Paul Wicking Reviewed-by: Venugopal Shivashankar --- doc/global/template/style/online.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'doc/global/template/style/online.css') diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 4e17d9a8a9..a21dca37ae 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -489,18 +489,13 @@ h1,h2,h3,h4,h5,h6 { text-align:left; padding:5px 0 0 0 } -.qmlreadonly,.qmldefault { +.qmlreadonly,.qmldefault,.qmlextra { + color:#414141; padding:0 5px 0 5px; font-size:0.75em; background-color:#eee; float:right } -.qmlreadonly { - color:#414141 -} -.qmldefault { - color:#D14141 -} .rightAlign { padding:3px 5px 3px 10px; text-align:right -- cgit v1.2.3