diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 9cad335d0a..d9c45fa2dc 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -6,14 +6,14 @@
Note the .nav-tabs
class requires the .nav
base class.
As of v7.0.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the justified nav example.
{% highlight html %} -Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.
You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab"
or data-toggle="pill"
on an element. Adding the nav
and nav-tabs
classes to the tab ul
will apply the Bootstrap tab styling, while adding the nav
and nav-pills
classes will apply pill styling.
data-target
or an href
targeting a container node in the DOM.
{% highlight html %}
-