]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs & comments: v3.1 => v3.1.0
authorChris Rebert <code@rebertia.com>
Mon, 27 Jan 2014 01:48:15 +0000 (17:48 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 27 Jan 2014 01:48:15 +0000 (17:48 -0800)
docs/about.html
docs/components.html
less/dropdowns.less
less/type.less
less/variables.less

index 4aa3bc026ba92291aba5befb3e9a57ca24409095..1195a08a084b0e3b4820f781a77b26830a583af0 100644 (file)
@@ -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>
 
 
index aab22cfd89b2c439ba3f3beb6b5a2eeb01e699d2..06b69ad1a0e8538324dd93c3a72ef5a53bc86298 100644 (file)
@@ -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">
index dde2038e38037682ac7fd8d9bd4b5cce7f2f6b52..f165165e7a88618ca732641574ec48bd55e9ca4d 100644 (file)
@@ -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;
index 315e7eade00d4667b82a30574f07aa517932f22c..a55730dfefdf0fda2a2c903aa8257e9a45e07dab 100644 (file)
@@ -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;
index bbf54b48c196a92b12f07b695827138e9b729490..ebc72c00e6ddae0264e2a332b0037f77bb9fc477 100644 (file)
 //** 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;