diff options
| author | Mark Otto <[email protected]> | 2013-08-16 12:43:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 12:43:54 -0700 |
| commit | 551c561ee2471681c5c7536c2cfe81d15f180cf7 (patch) | |
| tree | b2738808dd903b17b2b6b1208511565251b8af0d /components.html | |
| parent | c13772d5f7584a83476a12fec379d8424ea312d1 (diff) | |
| download | bootstrap-551c561ee2471681c5c7536c2cfe81d15f180cf7.tar.xz bootstrap-551c561ee2471681c5c7536c2cfe81d15f180cf7.zip | |
docs cleanup on naming to fix #9710
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/components.html b/components.html index ead8cf141..a5bdb7c32 100644 --- a/components.html +++ b/components.html @@ -11,7 +11,7 @@ base_url: "../" ================================================== --> <div class="bs-docs-section"> <div class="page-header"> - <h1 id="dropdowns">Dropdown menus</h1> + <h1 id="dropdowns">Dropdowns</h1> </div> <p class="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="../javascript/#dropdowns">dropdown JavaScript plugin</a>.</p> @@ -318,7 +318,7 @@ base_url: "../" ================================================== --> <div class="bs-docs-section"> <div class="page-header"> - <h1 id="btn-dropdowns">Button dropdown menus</h1> + <h1 id="btn-dropdowns">Button dropdowns</h1> </div> <p class="lead">Use any button to trigger a dropdown menu by placing it within a <code>.btn-group</code> and providing the proper menu markup.</p> @@ -1767,14 +1767,12 @@ body { padding-bottom: 70px; } - <!-- Typographic components + <!-- Jumbotron ================================================== --> <div class="bs-docs-section"> <div class="page-header"> - <h1 id="type-components">Typographic components</h1> + <h1 id="jumbotron">Jumbotron</h1> </div> - - <h2 id="type-components-jumbotron">Jumbotron</h2> <p>A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites.</p> <div class="bs-example"> <div class="jumbotron"> @@ -1790,8 +1788,16 @@ body { padding-bottom: 70px; } <p><a class="btn btn-primary btn-lg">Learn more</a></p> </div> {% endhighlight %} + </div> + + - <h2 id="type-components-page-header">Page header</h2> + <!-- Page header + ================================================== --> + <div class="bs-docs-section"> + <div class="page-header"> + <h1 id="page-header">Page header</h1> + </div> <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code> element, as well as most other components (with additional styles).</p> <div class="bs-example"> <div class="page-header"> |
