diff options
| author | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
| commit | b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch) | |
| tree | c833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/templates/pages/components.mustache | |
| parent | 9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff) | |
| download | bootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.tar.xz bootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.zip | |
rebuild with new templates
Diffstat (limited to 'docs/templates/pages/components.mustache')
| -rw-r--r-- | docs/templates/pages/components.mustache | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 21ddf4747..20d7ae921 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1,9 +1,21 @@ -<!-- Masthead -================================================== --> -<header class="jumbotron subhead" id="overview"> - <h1>Components</h1> - <p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p> -</header> + <!-- Masthead + ================================================== --> + <header class="jumbotron subhead" id="overview"> + <h1>Components</h1> + <p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p> + <ul class="nav pills"> + <li><a href="./components.html#buttonGroups">Button groups</a></li> + <li><a href="./components.html#buttonDropdowns">Button dropdowns</a></li> + <li><a href="./components.html#navs">Nav, tabs, pills</a></li> + <li><a href="./components.html#navbar">Navbar</a></li> + <li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li> + <li><a href="./components.html#pagination">Pagination</a></li> + <li><a href="./components.html#thumbnails">Thumbnails</a></li> + <li><a href="./components.html#alerts">Alerts</a></li> + <li><a href="./components.html#progress">Progress bars</a></li> + </ul> + </header> + <!-- Button Groups @@ -1173,4 +1185,4 @@ </div> </div> - </section>
\ No newline at end of file + </section> |
