aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-05 00:51:19 -0800
committerMark Otto <[email protected]>2013-02-05 00:51:19 -0800
commit1f673b77bbe6f3a8400b901f8825edd1d4e33353 (patch)
tree4adfaabb77a23552a927a06d296f7142e65d782c /docs
parent74c8a5611d64b2efd0b60774e184125ed4b5549f (diff)
downloadbootstrap-1f673b77bbe6f3a8400b901f8825edd1d4e33353.tar.xz
bootstrap-1f673b77bbe6f3a8400b901f8825edd1d4e33353.zip
simpler breadcrumbs docs
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html3
-rw-r--r--docs/templates/pages/components.mustache3
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html
index fdc317e8c..323fd8aab 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1035,9 +1035,8 @@
<div class="page-header">
<h1>Breadcrumbs <small></small></h1>
</div>
+ <p class="lead">Indicate the current page's location within a navigational hierarchy.</p>
- <h2>Examples</h2>
- <p>A single example shown as it might be displayed across multiple pages.</p>
<div class="bs-docs-example">
<ul class="breadcrumb">
<li class="active">Home</li>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 2513fcc3e..caddaf9c0 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -967,9 +967,8 @@
<div class="page-header">
<h1>Breadcrumbs <small></small></h1>
</div>
+ <p class="lead">Indicate the current page's location within a navigational hierarchy.</p>
- <h2>Examples</h2>
- <p>A single example shown as it might be displayed across multiple pages.</p>
<div class="bs-docs-example">
<ul class="breadcrumb">
<li class="active">Home</li>