Commit 3d366038 authored by jody tate's avatar jody tate

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.
parent 0759dc41
...@@ -1972,7 +1972,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -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> <button type="button" class="btn btn-link">Link</button>
</div> </div>
{% highlight html %} {% highlight html %}
<!-- Standard gray button with gradient --> <!-- Standard button -->
<button type="button" class="btn btn-default">Default</button> <button type="button" class="btn btn-default">Default</button>
<!-- Provides extra visual weight and identifies the primary action in a set of buttons --> <!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment