diff options
| author | Mark Otto <[email protected]> | 2013-07-20 00:10:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 00:10:51 -0700 |
| commit | e347fffb14595ac980ab083d2649e9bf25870b84 (patch) | |
| tree | 052333c31395e5d7a94988fa5ab2992aa0549b31 | |
| parent | a1065a1ef80d46dc4229aabdb9c7ebcabc0fb771 (diff) | |
| download | bootstrap-e347fffb14595ac980ab083d2649e9bf25870b84.tar.xz bootstrap-e347fffb14595ac980ab083d2649e9bf25870b84.zip | |
update headings and nav
| -rw-r--r-- | _includes/nav-customize.html | 3 | ||||
| -rw-r--r-- | customize.html | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/_includes/nav-customize.html b/_includes/nav-customize.html index 1539b0c25..429160629 100644 --- a/_includes/nav-customize.html +++ b/_includes/nav-customize.html @@ -16,6 +16,9 @@ <li><a href="#variables-forms">Forms</a></li> <li><a href="#variables-dropdowns">Dropdowns</a></li> <li><a href="#variables-panels-wells">Panels and wells</a></li> + <li><a href="#variables-accordion">Accordion</a></li> + <li><a href="#variables-badges">Badges</a></li> + <li><a href="#variables-breadcrumb">Breadcrumb</a></li> <li><a href="#variables-jumbotron">Jumbotron</a></li> <li><a href="#variables-modals">Modals</a></li> <li><a href="#variables-list-group">List group</a></li> diff --git a/customize.html b/customize.html index d5ed200a9..3e3d2c060 100644 --- a/customize.html +++ b/customize.html @@ -909,11 +909,11 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <label>@well-bg</label> <input type="text" placeholder="#f5f5f5"> - <h3>Accordion</h3> + <h2 id="variables-accordion">Accordion</h2> <label>@accordion-border-bg</label> <input type="text" placeholder="#e5e5e5"> - <h3>Badges</h3> + <h2 id="variables-badges">Badges</h2> <div class="row"> <div class="col-lg-6"> <label>@badge-color</label> @@ -936,7 +936,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> </div> - <h3>Breadcrumbs</h3> + <h2 id="variables-breadcrumbs">Breadcrumbs</h2> <div class="row"> <div class="col-lg-4"> <label>@breadcrumb-color</label> |
