aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 64f819d4..75569e0f 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -66,6 +66,18 @@ a {
border-bottom: 1px solid #CCC;
}
+#section h2 {
+ margin-top: 1.8em;
+}
+
+#section h1 + h2 {
+ margin-top: 1.3em;
+}
+
+#section h3 {
+ margin-top: 1.5em;
+}
+
#sidebar {
padding: 10px 10px 20px 10px;
background-color: #EEE;