diff options
| author | Mark Otto <[email protected]> | 2013-05-09 17:32:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 17:32:39 -0700 |
| commit | 562483b907860bc522fb34b3f76f96943d58ed85 (patch) | |
| tree | 93f44860a6b3f9742f52a2fe8becb80d92ed0fd4 /docs/_includes | |
| parent | dbbd48f7bcc476d7e7f4780d6b342f1bce581ff0 (diff) | |
| download | bootstrap-562483b907860bc522fb34b3f76f96943d58ed85.tar.xz bootstrap-562483b907860bc522fb34b3f76f96943d58ed85.zip | |
more nav twerks for getting started page
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-getting-started.html | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index e7ebd8872..fd6f8c98b 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -1,4 +1,20 @@ -<li><a href="#downloading">Downloading Bootstrap</a></li> -<li><a href="#whats-included">What's included</a></li> -<li><a href="#examples">Templates and examples</a></li> -<li><a href="#customizing">Customizing Bootstrap</a></li>
\ No newline at end of file +<li> + <a href="#download">Download Bootstrap</a> + <ul class="nav"> + <li><a href="#download-options">Download options</a></li> + <li><a href="#download-cdn">Bootstrap CDN</a></li> + </ul> +</li> +<li> + <a href="#whats-included">What's included</a> +</li> +<li> + <a href="#examples">Templates and examples</a> + <ul class="nav"> + <li><a href="#examples-template">HTML template</a></li> + <li><a href="#examples-list">List of examples</a></li> + </ul> +</li> +<li> + <a href="#customizing">Customizing Bootstrap</a> +</li>
\ No newline at end of file |
