diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d43ca5f9a..3c655b03a 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index f0559e5fa..1c5bc5abe 100644 --- a/docs/components.html +++ b/docs/components.html @@ -864,6 +864,8 @@ <li><a href="#">Link</a></li> </ul> +
To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.
Adding dropdowns to the nav is super simple, but does require the use of our javascript plugin.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 1bf6b11d4..1f466aa5d 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -788,6 +788,8 @@
<li><a href="#">{{_i}}Link{{/i}}</a></li>
</ul>
+ {{_i}}To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.{{/i}}
{{_i}}Adding dropdowns to the nav is super simple, but does require the use of our javascript plugin.{{/i}}