diff options
| author | Mark Otto <[email protected]> | 2013-08-24 13:41:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 13:41:24 -0700 |
| commit | d67ce62f5d5ef39260510b55bc75f80a5031a70c (patch) | |
| tree | fefc12467e482cdd917e052aa3cd2681a4d47558 /css.html | |
| parent | c0b00f22fe47447155265a20d746889d92918d99 (diff) | |
| parent | cb2e11ece4334d9e1dd0ecd60c651bbebb0561d2 (diff) | |
| download | bootstrap-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2038,7 +2038,7 @@ For example, <code><section></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 --> |
