From 36aa3afb4f18a6a4a4a0c04f8494ee0673879517 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Jan 2014 23:15:37 -0800 Subject: Improve spacing and alignment of sections and their headings --- docs/assets/css/docs.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 323510e8b..91e34d2bd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -626,14 +626,13 @@ body { */ /* Space things out */ -.bs-docs-section + .bs-docs-section { - padding-top: 40px; +.bs-docs-section { + margin-bottom: 60px; } /* Janky fix for preventing navbar from overlapping */ h1[id] { - padding-top: 80px; - margin-top: -45px; + padding-top: 20px; } -- cgit v1.2.3