diff options
| author | Evan Meagher <[email protected]> | 2011-12-02 10:47:46 -0800 |
|---|---|---|
| committer | Evan Meagher <[email protected]> | 2011-12-02 10:47:46 -0800 |
| commit | 3726df695eedecee323920305cb5d486a787acd6 (patch) | |
| tree | cc1727ab482f0ddc35ed84da330802c180bcb860 /docs/components.html | |
| parent | 61e84d8762d79befb2d75685705fd4e451a609fe (diff) | |
| parent | cee2f61898f4807311402fed747a93ee68a31f8f (diff) | |
| download | bootstrap-3726df695eedecee323920305cb5d486a787acd6.tar.xz bootstrap-3726df695eedecee323920305cb5d486a787acd6.zip | |
Merge remote-tracking branch 'upstream/2.0-wip' into add-vertical-nav-divider
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index bb2f326b4..833f532d9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -50,7 +50,7 @@ ================================================== --> <header class="jumbotron subhead" id="overview"> <h1>Components</h1> - <p class="lead">Reusable patterns for navigation, alerts, popovers, and much more</p> + <p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p> </header> @@ -412,6 +412,28 @@ </div> </div> + <!-- Step nav --> + <div class="row"> + <div class="span3"> + <h2>Step nav</h2> + <p>Placeholder for now!</p> + </div> + <div class="span9"> + <br> + <ul class="step-nav"> + <li class="prev"><a href="#">« Overview</a></li> + <li class="active"><a class="dot" href="#">1</a></li> + <li><a class="dot" href="#">2</a></li> + <li><a class="dot" href="#">3</a></li> + <li><a class="dot" href="#">4</a></li> + <li><a class="dot" href="#">5</a></li> + <li class="next"><a href="#">Base CSS »</a></li> + </ul> + <br> + <br> + </div> + </div> + <!-- Pagination --> <div class="row"> <div class="span3"> |
