aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 00:16:25 -0800
committerMark Otto <[email protected]>2012-02-05 00:16:25 -0800
commitf29e3263b04fd2ecbd42e864e03abc15439b4a1b (patch)
tree0bab0fab898c6a211fca662cae51c2a6f693e418 /docs/components.html
parentcdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf (diff)
downloadbootstrap-f29e3263b04fd2ecbd42e864e03abc15439b4a1b.tar.xz
bootstrap-f29e3263b04fd2ecbd42e864e03abc15439b4a1b.zip
follow up to #1702, add callout on component alignment in tabs/pills
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 1c5bc5abe..06ca2560c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -354,9 +354,10 @@
<div class="span4">
<h3>Powerful base class</h3>
<p>All nav components here&mdash;tabs, pills, and lists&mdash;<strong>share the same base markup and styles</strong> through the <code>.nav</code> class.</p>
- <h3>Why tabs and pills</h3>
- <p>Tabs and pills in Bootstrap are built on a <code>&lt;ul&gt;</code> with the same core HTML, a list of links. Swap between tabs or pills with only a class.</p>
- <p>Both options are great for sub-sections of content or navigating between pages of related content.</p>
+ <h3>When to use</h3>
+ <p>Tabs and pills are great for sections of content or navigating between pages of related content.</p>
+ <h3>Component alignment</h3>
+ <p>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.</p>
</div>
<div class="span4">
<h3>Basic tabs</h3>