aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 13:08:39 -0800
committerMark Otto <[email protected]>2012-01-14 13:08:39 -0800
commit59673bf9f7ea2749a6422b0805914e973b92f9ec (patch)
treec0663fb7f0de277bb74475cebc8ffa6153dfc603 /docs/components.html
parent07530073dd6fe56558703ff6c65994aacc1d4a25 (diff)
parentec7f8917b1bfa79dee54cd6c5f6cf0074764fce4 (diff)
downloadbootstrap-59673bf9f7ea2749a6422b0805914e973b92f9ec.tar.xz
bootstrap-59673bf9f7ea2749a6422b0805914e973b92f9ec.zip
Merge pull request #1003 from cgunther/docs-fixes
Fix links in docs top bar and section ids
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/components.html b/docs/components.html
index fa3dc5a20..8c91a101f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -40,7 +40,7 @@
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="./scaffolding.html#grid">Grid system</a></li>
+ <li><a href="./scaffolding.html#grid-system">Grid system</a></li>
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
</ul>
@@ -51,7 +51,7 @@
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="./base-css.html#type">Type</a></li>
+ <li><a href="./base-css.html#typography">Typography</a></li>
<li><a href="./base-css.html#tables">Tables</a></li>
<li><a href="./base-css.html#forms">Forms</a></li>
<li><a href="./base-css.html#buttons">Buttons</a></li>
@@ -72,6 +72,7 @@
<li><a href="./components.html#pagination">Pagination</a></li>
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
<li><a href="./components.html#alerts">Alert messages</a></li>
+ <li><a href="./components.html#progress">Progress bars</a></li>
</ul>
</li>
<li class="dropdown">
@@ -844,7 +845,7 @@
<!-- Pagination
================================================== -->
-<section id="carousel">
+<section id="pagination">
<div class="page-header">
<h1>Pagination <small></small></h1>
</div>
@@ -907,9 +908,9 @@
-<!-- Media
+<!-- Thumbnails
================================================== -->
-<section id="media">
+<section id="thumbnails">
<div class="page-header">
<h1>Thumbnails <small>Grids of images, videos, text, and more</small></h1>
</div>
@@ -1159,7 +1160,7 @@
<!-- Progress bars
================================================== -->
- <section id="progresss">
+ <section id="progress">
<div class="page-header">
<h1>Progress bars <small>For loading, redirecting, or action status</small></h1>
</div>