summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-05 14:21:49 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-08 10:51:09 +0000
commit48b1bc48f1367a47d0c522b4106eb6eba5c699b8 (patch)
tree2c209c99e1a91e1cde66bb1a13a89a0475ad41de /doc
parent3f5b5e48595b52000421a339d95d1a30d783aed5 (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 Pick-to: 5.15 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
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;