aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-24 13:41:24 -0700
committerMark Otto <[email protected]>2013-08-24 13:41:24 -0700
commitd67ce62f5d5ef39260510b55bc75f80a5031a70c (patch)
treefefc12467e482cdd917e052aa3cd2681a4d47558 /css.html
parentc0b00f22fe47447155265a20d746889d92918d99 (diff)
parentcb2e11ece4334d9e1dd0ecd60c651bbebb0561d2 (diff)
downloadbootstrap-d67ce62f5d5ef39260510b55bc75f80a5031a70c.tar.xz
bootstrap-d67ce62f5d5ef39260510b55bc75f80a5031a70c.zip
Merge pull request #9996 from jodytate/master
changed description of default button
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 c0169d574..35fe274e7 100644
--- a/css.html
+++ b/css.html
@@ -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 -->