]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
removed reference to button color and gradient
authorjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 15:44:54 +0000 (08:44 -0700)
committerjody tate <jody@josephtate.com>
Wed, 21 Aug 2013 15:44:54 +0000 (08:44 -0700)
Changed the wording to reflect the default button's new look since it's no longer grey and doesn't have a gradient. I'd say this new wording isn't ideal and needs something a bit more, well, descriptive.

css.html

index f976d229bd7020a4bc63fc727fbf6c381683e06e..5cb06f5f6f2b6a10a0f2415aa54e7d43626dfbc7 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1972,7 +1972,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
       <button type="button" class="btn btn-link">Link</button>
     </div>
 {% highlight html %}
-<!-- Standard gray button with gradient -->
+<!-- Standard button  -->
 <button type="button" class="btn btn-default">Default</button>
 
 <!-- Provides extra visual weight and identifies the primary action in a set of buttons -->