summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-05 14:21:49 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-08 13:17:17 +0000
commit67f49a6e89679cb5523db51fdfa5477c08da5d40 (patch)
treedaec54036a7b81769fd9375e76c2c416da546da8 /doc
parentc8491e0ec481dde53c0838a4ca00a0a4f7e933a3 (diff)
Doc: Style the \section3 and \section4 titles
This should help visually differentiate between the section titles and the normal text. Change-Id: I5594aac0e0036509e7397999c3df21a90d474d60 Fixes: QTBUG-82694 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 48b1bc48f1367a47d0c522b4106eb6eba5c699b8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/online.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index 062e50d509..4e17d9a8a9 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;