aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index b9ef4a1..13f3c3b 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -147,3 +147,14 @@ a:hover code,
.nest > p {
margin: 0;
}
+
+.ldoc h2 {
+ margin-bottom: 0;
+}
+.ldoc h3.indent {
+ margin: 0;
+ margin-left: 0.6rem;
+}
+.ldoc h3.indent + ul {
+ margin-top: 0;
+}