diff options
| author | Mark Otto <[email protected]> | 2013-03-30 14:16:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 14:16:30 -0700 |
| commit | 731903a17597f9095f9c26d969da8e04f50568ed (patch) | |
| tree | c43aea6db165aad29e4a74de238465451d067a1c /docs | |
| parent | 9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5 (diff) | |
| download | bootstrap-731903a17597f9095f9c26d969da8e04f50568ed.tar.xz bootstrap-731903a17597f9095f9c26d969da8e04f50568ed.zip | |
panels subnav and links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/docs-nav.html | 9 | ||||
| -rw-r--r-- | docs/docs.html | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index 649cad06a..4a91214a3 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -163,7 +163,14 @@ </ul> </li> <li><a href="#media">Media object</a></li> - <li><a href="#panels">Panels</a></li> + <li> + <a href="#panels">Panels</a> + <ul class="nav"> + <li><a href="#panels-basic">Basic panel</a></li> + <li><a href="#panels-heading">Panel with heading</a></li> + <li><a href="#panels-alternatives">Contextual alternatives</a></li> + </ul> + </li> <li><a href="#wells">Wells</a></li> <!-- JavaScript --> diff --git a/docs/docs.html b/docs/docs.html index 00af4ed0c..7603d2ccc 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4377,7 +4377,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <p class="lead">While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.</p> - <h3>Basic panel</h3> + <h3 id="panels-basic">Basic panel</h3> <p>By default, all the <code>.panel</code> does is apply some basic border and padding to contain some content.</p> <div class="bs-docs-example"> <div class="panel"> @@ -4390,7 +4390,7 @@ For example, <code><section></code> should be wrapped as inline. </div> {% endhighlight %} - <h3>Panel with heading</h3> + <h3 id="panels-heading">Panel with heading</h3> <p>Easily add a heading to your panel with <code>.panel-heading</code>. Use it on a <code><div></code> or any heading element (e.g., <code><h3></code>).</p> <div class="bs-docs-example"> <div class="panel"> @@ -4405,7 +4405,7 @@ For example, <code><section></code> should be wrapped as inline. </div> {% endhighlight %} - <h3>Contextual alternatives</h3> + <h3 id="panels-alternatives">Contextual alternatives</h3> <p>Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.</p> <div class="bs-docs-example"> <div class="panel panel-success"> |
