diff --git a/docs/components/navs.md b/docs/components/navs.md index 6b2e707ff7..a66e494452 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -54,16 +54,16 @@ Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabb {% example html %} {% endexample %} @@ -75,16 +75,16 @@ Take that same HTML, but use `.nav-pills` instead: {% example html %} {% endexample %} @@ -96,16 +96,16 @@ Just add `.nav-stacked` to the `.nav.nav-pills`. {% example html %} {% endexample %} @@ -119,7 +119,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin {% example html %} {% endexample %} @@ -145,7 +145,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin {% example html %} {% endexample %} @@ -171,34 +171,34 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin Use the tab JavaScript plugin—include it individually or through the compiled `bootstrap.js` file—to extend our navigational tabs and pills to create tabbable panes of local content, even via dropdown menus.
-