From: David\ Beitey Date: Tue, 3 Nov 2015 23:58:19 +0000 (+1000) Subject: Reorder attributes in Navs documentation X-Git-Tag: v4.0.0-alpha.2~187^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206472e1e155d79c5ca53e7451b4309ac51da199;p=thirdparty%2Fbootstrap.git Reorder attributes in Navs documentation Attribute order now adheres to the Code Guide (http://codeguide.co/#html-attribute-order). --- 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.
-