diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 2c140266b2..0a56f52fd9 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache
index 23a53da0e9..45ab0703bd 100644
--- a/docs/templates/pages/upgrading.mustache
+++ b/docs/templates/pages/upgrading.mustache
@@ -111,7 +111,7 @@
{{_i}}Navigation{{/i}}
- - {{_i}}Tabs and pills now require the use of a new base class,
.nav
, on their <ul>
{{/i}}
+ - {{_i}}Tabs and pills now require the use of a new base class,
.nav
, on their <ul>
and the class names are now .nav-pills
and .nav-tabs
.{{/i}}
- {{_i}}New nav list variation added that uses the same base class,
.nav
{{/i}}
- {{_i}}Vertical tabs and pills have been added—just add
.nav-stacked
to the <ul>
{{/i}}
- {{_i}}Pills were restyled to be less rounded by default{{/i}}
diff --git a/docs/upgrading.html b/docs/upgrading.html
index 39da8e1f7e..47cac06dcc 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -187,7 +187,7 @@
Navigation
- - Tabs and pills now require the use of a new base class,
.nav
, on their <ul>
+ - Tabs and pills now require the use of a new base class,
.nav
, on their <ul>
and the class names are now .nav-pills
and .nav-tabs
.
- New nav list variation added that uses the same base class,
.nav
- Vertical tabs and pills have been added—just add
.nav-stacked
to the <ul>
- Pills were restyled to be less rounded by default