Merge pull request #9996 from jodytate/master

changed description of default button
This commit is contained in:
Mark Otto 2013-08-24 13:41:24 -07:00
commit d67ce62f5d
1 changed files with 1 additions and 1 deletions

View File

@ -2038,7 +2038,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 -->