summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;