diff options
| author | Chris Rebert <[email protected]> | 2015-09-02 22:46:01 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-02 22:46:01 -0700 |
| commit | 562e6257b593e9d2667be8c6b82c453bd7428950 (patch) | |
| tree | ebfbb4918b61fe8dd03134e8cfd6e8b4ec2e0b68 /docs/components/forms.md | |
| parent | 3df8ded19c42236aa23f7bfd18daed8686d8f08f (diff) | |
| parent | 88d004f6e11a6dc6c94b40e1eee7f9ef54c42077 (diff) | |
| download | bootstrap-562e6257b593e9d2667be8c6b82c453bd7428950.tar.xz bootstrap-562e6257b593e9d2667be8c6b82c453bd7428950.zip | |
Merge pull request #17451 from vsn4ik/rm_form_horizontal
Remove dropped form-horizontal from forms.md
Diffstat (limited to 'docs/components/forms.md')
| -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 7f5d1496c..7ebefae30 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -396,7 +396,7 @@ Should you have no text within the `<label>`, the input is positioned as you'd e When you need to place plain text next to a form label within a form, use the `.form-control-static` class on a `<p>`. {% example html %} -<form class="form-horizontal"> +<form> <div class="form-group row"> <label class="col-sm-2 form-control-label">Email</label> <div class="col-sm-10"> |
