aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-26 17:48:15 -0800
committerChris Rebert <[email protected]>2014-01-26 17:48:15 -0800
commit1a36e4fa1e9d9220a242d01062941a16ef07e660 (patch)
tree6e5f855319cfffe585353e2c5c3186326c649e34
parent3157a3777536f1be7a8ccbb6170611492f9b2733 (diff)
downloadbootstrap-1a36e4fa1e9d9220a242d01062941a16ef07e660.tar.xz
bootstrap-1a36e4fa1e9d9220a242d01062941a16ef07e660.zip
docs & comments: v3.1 => v3.1.0
-rw-r--r--docs/about.html2
-rw-r--r--docs/components.html2
-rw-r--r--less/dropdowns.less2
-rw-r--r--less/type.less4
-rw-r--r--less/variables.less2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/about.html b/docs/about.html
index 4aa3bc026..1195a08a0 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
</a>
</div>
</div>
- <p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1. Read the Sass <a href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how the Sass port is developed.</p>
+ <p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.0. Read the Sass <a href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how the Sass port is developed.</p>
</div>
diff --git a/docs/components.html b/docs/components.html
index aab22cfd8..06b69ad1a 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -111,7 +111,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
</div>
<div class="bs-callout bs-callout-warning">
<h4>Deprecated <code>.pull-right</code> alignment</h4>
- <p>As of v3.1, we've deprecated <code>.pull-right</code> on dropdown menus. To right-align a menu, use <code>.dropdown-menu-right</code>. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use <code>.dropdown-menu-left</code>.</p>
+ <p>As of v3.1.0, we've deprecated <code>.pull-right</code> on dropdown menus. To right-align a menu, use <code>.dropdown-menu-right</code>. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use <code>.dropdown-menu-left</code>.</p>
</div>
{% highlight html %}
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dLabel">
diff --git a/less/dropdowns.less b/less/dropdowns.less
index dde2038e3..f165165e7 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -47,7 +47,7 @@
// Aligns the dropdown menu to right
//
- // Deprecated as of 3.1 in favor of `.dropdown-menu-[dir]`
+ // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
&.pull-right {
right: 0;
left: auto;
diff --git a/less/type.less b/less/type.less
index 315e7eade..a55730dfe 100644
--- a/less/type.less
+++ b/less/type.less
@@ -244,7 +244,7 @@ blockquote {
}
}
- // Deprecating small and .small for v3.1
+ // Note: Deprecated small and .small as of v3.1.0
// Context: https://github.com/twbs/bootstrap/issues/11660
footer,
small,
@@ -262,7 +262,7 @@ blockquote {
// Opposite alignment of blockquote
//
-// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.
+// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
diff --git a/less/variables.less b/less/variables.less
index bbf54b48c..ebc72c00e 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -232,7 +232,7 @@
//** Text color for headers within dropdown menus.
@dropdown-header-color: @gray-light;
-// Note: Deprecated @dropdown-caret-color as of v3.1
+// Note: Deprecated @dropdown-caret-color as of v3.1.0
@dropdown-caret-color: #000;