0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00

Merge pull request #972 from billmn/2.0-wip

Fixed broken anchors on js docs page
This commit is contained in:
Jacob Thornton 2012-01-12 09:50:49 -08:00
commit 8b5c8a3a90

View File

@ -528,7 +528,7 @@ $('#myModal').on('hidden', function () {
<!-- Tabs
================================================== -->
<section id="tab">
<section id="tabs">
<div class="page-header">
<h1>Togglable tabs <small>bootstrap-tab.js</small></h1>
</div>
@ -832,7 +832,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<!-- Alert
================================================== -->
<section id="alert">
<section id="alerts">
<div class="page-header">
<h1>Alert messages <small>bootstrap-alert.js</small></h1>
</div>
@ -901,7 +901,7 @@ $('#my-alert').bind('closed', function () {
<!-- Buttons
================================================== -->
<section id="button">
<section id="buttons">
<div class="page-header">
<h1>Buttons <small>bootstrap-button.js</small></h1>
</div>