aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript/tabs.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 16:56:40 -0700
committerMark Otto <[email protected]>2015-04-16 16:56:40 -0700
commit466d36e54175ee00927d6518d9481acd2d210590 (patch)
treeb24687c6657e786c372a4467d059ca064b590dbb /docs/javascript/tabs.md
parent801d49fb32ffe03a9cc9fd4225896d747b37a0a5 (diff)
downloadbootstrap-466d36e54175ee00927d6518d9481acd2d210590.tar.xz
bootstrap-466d36e54175ee00927d6518d9481acd2d210590.zip
Redo all our callouts with the custom callout plugin
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
Diffstat (limited to 'docs/javascript/tabs.md')
-rw-r--r--docs/javascript/tabs.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/javascript/tabs.md b/docs/javascript/tabs.md
index b526cfd2e..141c88dc7 100644
--- a/docs/javascript/tabs.md
+++ b/docs/javascript/tabs.md
@@ -42,10 +42,11 @@ Add quick, dynamic tab functionality to transition through panes of local conten
</div>
</div>
-<div class="bd-callout bd-callout-info">
- <h4>Extends tabbed navigation</h4>
- <p>This plugin extends the <a href="../components/#nav-tabs">tabbed navigation component</a> to add tabbable areas.</p>
-</div>
+{% callout info %}
+#### Extends tabbed navigation
+
+This plugin extends the [tabbed navigation component](../components/#nav-tabs) to add tabbable areas.
+{% endcallout %}
## Usage