diff options
| author | Mark Otto <[email protected]> | 2015-11-14 19:46:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 19:46:03 -0800 |
| commit | 9e23bbc1bce07be2a14cc3cb8e6ca4a09a030bd6 (patch) | |
| tree | 4a4a74717d827f3e94fc5383944ce96c166c40f2 | |
| parent | 925f0ca0184cd6fd64efa91273f5ea495c18b34f (diff) | |
| download | bootstrap-9e23bbc1bce07be2a14cc3cb8e6ca4a09a030bd6.tar.xz bootstrap-9e23bbc1bce07be2a14cc3cb8e6ca4a09a030bd6.zip | |
fix broke markup
| -rw-r--r-- | docs/components/forms.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index d9e5b91d9..e274b8bb4 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -573,13 +573,6 @@ Ensure that an alternative indication of state is also provided. For instance, y Checkbox with warning </label> </div> -<div class="has-danger"> - <div class="checkbox"> - <label> - <input type="checkbox" id="checkboxDanger" value="option1"> - Checkbox with danger - </label> - </div> <div class="checkbox has-danger"> <label> <input type="checkbox" id="checkboxDanger" value="option1"> |
