diff options
| author | Mark Otto <[email protected]> | 2015-08-05 23:15:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 23:15:12 -0700 |
| commit | 36800a2740cd0f0d6150e27a5311121fccc67eb2 (patch) | |
| tree | a73c74562d8572b2cc0ce4ad28f9cb9195e43272 /docs/components | |
| parent | be299c1b8bdff1e247af9ab211f3db89c24e1836 (diff) | |
| download | bootstrap-36800a2740cd0f0d6150e27a5311121fccc67eb2.tar.xz bootstrap-36800a2740cd0f0d6150e27a5311121fccc67eb2.zip | |
primary btn there as well
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 95a2c5992..976655eb7 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -79,7 +79,7 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a <input type="checkbox"> Check me out </label> </div> - <button type="submit" class="btn btn-secondary">Submit</button> + <button type="submit" class="btn btn-primary">Submit</button> </form> {% endexample %} |
