From 206472e1e155d79c5ca53e7451b4309ac51da199 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Wed, 4 Nov 2015 09:58:19 +1000 Subject: [PATCH] Reorder attributes in Navs documentation Attribute order now adheres to the Code Guide (http://codeguide.co/#html-attribute-order). --- docs/components/navs.md | 96 ++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 48 deletions(-) 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.
-