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/index.html | |
| 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/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 1a9763bb2..ae841b3c1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@ </head> - <body data-spy="scroll" data-target=".subnav" data-offset="50"> + <body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="10"> <!-- Navbar ================================================== --> @@ -123,7 +123,7 @@ <div class="span4"> <img src="assets/img/bs-docs-bootstrap-features.png"> <h2>Packed with features.</h2> - <p>Utilize the 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./download.html">web-based Customizer</a> to make Bootstrap your own.</p> + <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./download.html">web-based Customizer</a> to make Bootstrap your own.</p> </div> </div> |
