aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorjody tate <[email protected]>2013-08-21 08:44:54 -0700
committerjody tate <[email protected]>2013-08-21 08:44:54 -0700
commit3d366038d739ca1ddf460c3c52372365818b9005 (patch)
tree0904ff5cc8012cd8259600b8a1d1132f4f8fe473 /css.html
parent0759dc4119178954bd86f1c89800cbb027877e1c (diff)
downloadbootstrap-3d366038d739ca1ddf460c3c52372365818b9005.tar.xz
bootstrap-3d366038d739ca1ddf460c3c52372365818b9005.zip
removed reference to button color and gradient
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.
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index f976d229b..5cb06f5f6 100644
--- 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 -->