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>
This commit is contained in:
Venugopal Shivashankar 2020-06-05 14:21:49 +02:00
parent 3f5b5e4859
commit 48b1bc48f1

View File

@ -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;