aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html24
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="#">&laquo; 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 &raquo;</a></li>
+ </ul>
+ <br>
+ <br>
+ </div>
+ </div>
+
<!-- Pagination -->
<div class="row">
<div class="span3">