diff options
| author | Mark Otto <[email protected]> | 2013-03-28 00:21:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-28 00:21:21 -0700 |
| commit | 081c061281c96818bf9a904a7e5e2a673aa7a54d (patch) | |
| tree | 4dea89e194732a89b29b64fd2c42668e74c4f3ce /docs/getting-started.html | |
| parent | fe414d8566f647e65dc20bc7505630ce798e5445 (diff) | |
| download | bootstrap-081c061281c96818bf9a904a7e5e2a673aa7a54d.tar.xz bootstrap-081c061281c96818bf9a904a7e5e2a673aa7a54d.zip | |
new subnav on all pages
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 43 |
1 files changed, 11 insertions, 32 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 5717bfbaa..a2b3ba514 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -4,35 +4,20 @@ title: Getting started description: Overview of the project, its contents, and how to get started with a simple template. --- -<!-- Subhead -================================================== --> -<header class="bs-docs-jumbotron subhead"> - <div class="container"> - <h1>Getting started</h1> - <p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p> - </div> -</header> - +<div class="bs-docs-sidebar"> + <h5 class="bs-docs-sidenav-heading">Getting started</h5> + <ul class="nav bs-docs-sidenav"> + <li><a href="#download-bootstrap">Download</a></li> + <li><a href="#file-structure">File structure</a></li> + <li><a href="#contents">What's included</a></li> + <li><a href="#html-template">HTML template</a></li> + <li><a href="#examples">Examples</a></li> + <li><a href="#what-next">What next?</a></li> + </ul> +</div> <div class="container bs-docs-container"> - <!-- Docs nav - ================================================== --> - <div class="row"> - <div class="col-span-3 bs-docs-sidebar"> - <ul class="nav nav-list bs-docs-sidenav"> - <li><a href="#download-bootstrap"><i class="glyphicon glyphicon-chevron-right"></i> Download</a></li> - <li><a href="#file-structure"><i class="glyphicon glyphicon-chevron-right"></i> File structure</a></li> - <li><a href="#contents"><i class="glyphicon glyphicon-chevron-right"></i> What's included</a></li> - <li><a href="#html-template"><i class="glyphicon glyphicon-chevron-right"></i> HTML template</a></li> - <li><a href="#examples"><i class="glyphicon glyphicon-chevron-right"></i> Examples</a></li> - <li><a href="#what-next"><i class="glyphicon glyphicon-chevron-right"></i> What next?</a></li> - </ul> - </div> - <div class="col-span-9"> - - - <!-- Download ================================================== --> <section id="download-bootstrap"> @@ -282,10 +267,4 @@ description: Overview of the project, its contents, and how to get started with <a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);">Customize Bootstrap</a> </section> - - - - </div><!-- /span9 --> - </div><!-- row --> - </div><!-- /.container --> |
