diff options
| author | Mark Otto <[email protected]> | 2015-01-19 15:49:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 15:49:44 -0800 |
| commit | affd89122f3fe8e954be869415194fe573f0d97e (patch) | |
| tree | b80f056a4f58de381169d865d92a33e69d62e736 | |
| parent | 1633da2ce85d9954531534b8e0b2259ee71557e6 (diff) | |
| download | bootstrap-affd89122f3fe8e954be869415194fe573f0d97e.tar.xz bootstrap-affd89122f3fe8e954be869415194fe573f0d97e.zip | |
better separation of docs sections with a light bottom border on h2s
| -rw-r--r-- | docs/assets/scss/docs.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 3aa0f87f3..389e81102 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 { |
