diff options
| author | vsn4ik <[email protected]> | 2015-09-03 07:48:15 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2015-09-03 07:48:15 +0300 |
| commit | 88d004f6e11a6dc6c94b40e1eee7f9ef54c42077 (patch) | |
| tree | ebfbb4918b61fe8dd03134e8cfd6e8b4ec2e0b68 /docs/components | |
| parent | 3df8ded19c42236aa23f7bfd18daed8686d8f08f (diff) | |
| download | bootstrap-88d004f6e11a6dc6c94b40e1eee7f9ef54c42077.tar.xz bootstrap-88d004f6e11a6dc6c94b40e1eee7f9ef54c42077.zip | |
Remove dropped form-horizontal from forms.md
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 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"> |
