aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-09-02 22:46:01 -0700
committerChris Rebert <[email protected]>2015-09-02 22:46:01 -0700
commit562e6257b593e9d2667be8c6b82c453bd7428950 (patch)
treeebfbb4918b61fe8dd03134e8cfd6e8b4ec2e0b68 /docs/components/forms.md
parent3df8ded19c42236aa23f7bfd18daed8686d8f08f (diff)
parent88d004f6e11a6dc6c94b40e1eee7f9ef54c42077 (diff)
downloadbootstrap-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.md2
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">