diff options
| author | Mark Otto <[email protected]> | 2012-07-08 01:47:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-08 01:47:36 -0700 |
| commit | 20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3 (patch) | |
| tree | bacc672697292c0b83f5b44b014a3321e2d2195e /docs/templates/layout.mustache | |
| parent | 5f861ef51735d8b0f2c0f0faf8f438808a480d99 (diff) | |
| download | bootstrap-20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3.tar.xz bootstrap-20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3.zip | |
adding getting started page based on Bootstrap University from awhile back, testing out side nav on docs instead of subnav bar
Diffstat (limited to 'docs/templates/layout.mustache')
| -rw-r--r-- | docs/templates/layout.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 7f223ae68..dbec68eeb 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -39,7 +39,7 @@ {{/production}} </head> - <body data-spy="scroll" data-target=".subnav" data-offset="50"> + <body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="10"> <!-- Navbar ================================================== --> |
