diff options
| author | Mark Otto <[email protected]> | 2013-08-18 23:51:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 23:51:09 -0700 |
| commit | 0e61e8783ba8acb9f04533fa812177eb301e13ee (patch) | |
| tree | 84bdcb479d5259edd1bdeef9654c26334c011717 | |
| parent | 7eddb94fa67550d2b50843bd0c29d1a76c2e1076 (diff) | |
| download | bootstrap-0e61e8783ba8acb9f04533fa812177eb301e13ee.tar.xz bootstrap-0e61e8783ba8acb9f04533fa812177eb301e13ee.zip | |
Undo jank jump to docs section via side nav thing for all but h1s
While it worked, it overlaps content and makes links unclickable,
elements unselectable, etc. Le sad.
| -rw-r--r-- | assets/css/docs.css | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index da107292d..f78906509 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -493,15 +493,13 @@ body { /* Space things out */ .bs-docs-section + .bs-docs-section { - padding-top: 80px; + padding-top: 40px; } /* Janky fix for preventing navbar from overlapping */ -h1[id], -h2[id], -h3[id] { +h1[id] { padding-top: 80px; - margin-top: -70px; + margin-top: -45px; } @@ -1071,12 +1069,3 @@ h3[id] { margin-top: 15px; margin-bottom: 5px; } - -/* Migration overview spacing */ -.bs-migration-overview { - margin-bottom: 30px; -} -.bs-migration-overview h4 { - margin-top: 20px; - margin-bottom: 5px; -} |
