aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-03 20:52:33 -0800
committerMark Otto <[email protected]>2016-02-03 20:52:33 -0800
commitb75a0ca9791a9ee816c8046bc83046073e231284 (patch)
tree880b67c8a3ed837a76f38c4297c64644c0884e89 /docs/components
parent955e0405ea04e8bce3fa8395cd5e1c4030c4947a (diff)
downloadbootstrap-b75a0ca9791a9ee816c8046bc83046073e231284.tar.xz
bootstrap-b75a0ca9791a9ee816c8046bc83046073e231284.zip
fuck that other class, let's just get tabs and pills in there
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/card.md37
1 files changed, 2 insertions, 35 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 28db0e3fa..53580d667 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -211,42 +211,9 @@ Add an optional header and/or footer within a card.
</div>
{% endexample %}
-## Heading nav
+## Header nav
-- Custom card nav (full width)
-- Tabs
-- Pills
-- Alignment:
- - left
- - center
- - right
-
-{% example html %}
-<div class="card text-xs-center">
- <div class="card-header">
- <ul class="nav card-nav">
- <li class="nav-item">
- <a class="nav-link active" href="#">Active</a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="#">Link</a>
- </li>
- <li class="nav-item">
- <a class="nav-link disabled" href="#">Disabled</a>
- </li>
- </ul>
- </div>
- <div class="card-block">
- <h4 class="card-title">Special title treatment</h4>
- <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
- <a href="#" class="btn btn-primary">Go somewhere</a>
- </div>
-</div>
-{% endexample %}
-
-
-
-Or, use Bootstrap's nav pills or tabs to a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment.
+Use Bootstrap's nav pills or tabs within a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment.
{% example html %}
<div class="card text-xs-center">