From 48b1bc48f1367a47d0c522b4106eb6eba5c699b8 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 5 Jun 2020 14:21:49 +0200 Subject: [PATCH] Doc: Style the \section3 and \section4 titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should help visually differentiate between the section titles and the normal text. Change-Id: I5594aac0e0036509e7397999c3df21a90d474d60 Fixes: QTBUG-82694 Pick-to: 5.15 Reviewed-by: Paul Wicking Reviewed-by: Topi Reiniƶ --- doc/global/template/style/online.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 062e50d509d..4e17d9a8a9e 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -849,7 +849,17 @@ li a.active { font-size:1.35em } .context h4 { - font-size:1.15em + font-size:1.15em; + color:#222840; +} +.context h5 { + font-size:1.07em; + color:#53586b; +} +.context h4, .context h5 { + border-bottom-width: thick; + border-bottom-style: inset; + border-color: #f3f3f4; } .context p img { margin-top:0.75em;