diff options
| author | Mark Otto <[email protected]> | 2012-02-05 00:16:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 00:16:25 -0800 |
| commit | f29e3263b04fd2ecbd42e864e03abc15439b4a1b (patch) | |
| tree | 0bab0fab898c6a211fca662cae51c2a6f693e418 /docs/templates | |
| parent | cdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf (diff) | |
| download | bootstrap-f29e3263b04fd2ecbd42e864e03abc15439b4a1b.tar.xz bootstrap-f29e3263b04fd2ecbd42e864e03abc15439b4a1b.zip | |
follow up to #1702, add callout on component alignment in tabs/pills
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1f466aa5d..0a7affafe 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -278,9 +278,10 @@ <div class="span4"> <h3>{{_i}}Powerful base class{{/i}}</h3> <p>{{_i}}All nav components here—tabs, pills, and lists—<strong>share the same base markup and styles</strong> through the <code>.nav</code> class.{{/i}}</p> - <h3>{{_i}}Why tabs and pills{{/i}}</h3> - <p>{{_i}}Tabs and pills in Bootstrap are built on a <code><ul></code> with the same core HTML, a list of links. Swap between tabs or pills with only a class.{{/i}}</p> - <p>{{_i}}Both options are great for sub-sections of content or navigating between pages of related content.{{/i}}</p> + <h3>{{_i}}When to use{{/i}}</h3> + <p>{{_i}}Tabs and pills are great for sections of content or navigating between pages of related content.{{/i}}</p> + <h3>{{_i}}Component alignment{{/i}}</h3> + <p>{{_i}}To align nav links, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p> </div> <div class="span4"> <h3>{{_i}}Basic tabs{{/i}}</h3> |
