From affd89122f3fe8e954be869415194fe573f0d97e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:49:44 -0800 Subject: [PATCH] better separation of docs sections with a light bottom border on h2s --- docs/assets/scss/docs.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 3aa0f87f36..389e811021 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -793,6 +793,8 @@ body { > h2 { margin-top: 3rem; font-weight: normal; + padding-bottom: 1rem; + border-bottom: .065rem solid #e5e5e5; } > h3 {