diff --git a/docs/about.html b/docs/about.html index 4aa3bc026b..1195a08a08 100644 --- a/docs/about.html +++ b/docs/about.html @@ -88,7 +88,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o -
The official Sass port of Bootstrap was created and is maintained by this team. It became part of Bootstrap's organization with v3.1. Read the Sass contributing guidelines for information on how the Sass port is developed.
+The official Sass port of Bootstrap was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.0. Read the Sass contributing guidelines for information on how the Sass port is developed.
diff --git a/docs/components.html b/docs/components.html index aab22cfd89..06b69ad1a0 100644 --- a/docs/components.html +++ b/docs/components.html @@ -111,7 +111,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,.pull-right
alignmentAs of v3.1, we've deprecated .pull-right
on dropdown menus. To right-align a menu, use .dropdown-menu-right
. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use .dropdown-menu-left
.
As of v3.1.0, we've deprecated .pull-right
on dropdown menus. To right-align a menu, use .dropdown-menu-right
. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use .dropdown-menu-left
.