aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/docs.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 061a231df..41029ded1 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -657,14 +657,13 @@ form.well {
}
/* Change up some type stuff */
- h1 small {
- display: block;
- line-height: 20px;
- }
- /* More space between sections */
h2 {
margin-top: 27px;
}
+ h2 small {
+ display: block;
+ line-height: 18px;
+ }
h3 {
margin-top: 18px;
}