From 1a36e4fa1e9d9220a242d01062941a16ef07e660 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 26 Jan 2014 17:48:15 -0800 Subject: [PATCH] docs & comments: v3.1 => v3.1.0 --- docs/about.html | 2 +- docs/components.html | 2 +- less/dropdowns.less | 2 +- less/type.less | 4 ++-- less/variables.less | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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,

Deprecated .pull-right alignment

-

As 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.

{% highlight html %}