aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/docs.css')
-rw-r--r--docs/src/templates/docs.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css
index b3f9aad9..37656b3b 100644
--- a/docs/src/templates/docs.css
+++ b/docs/src/templates/docs.css
@@ -295,6 +295,9 @@ li {
margin-left: 4em;
}
+#content-list .level-6 {
+ margin-left: 5em;
+}
#content-list a.current {
font-weight: bold;
@@ -509,7 +512,7 @@ td.empty-corner-lt {
width: 360px;
}
-.error {
+.doc-example-live .error {
color: red;
}