From: Mark Otto Date: Mon, 19 Jan 2015 23:49:44 +0000 (-0800) Subject: better separation of docs sections with a light bottom border on h2s X-Git-Tag: v4.0.0-alpha~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=affd89122f3fe8e954be869415194fe573f0d97e;p=thirdparty%2Fbootstrap.git better separation of docs sections with a light bottom border on h2s --- 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 {