aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2015-09-03 07:48:15 +0300
committervsn4ik <[email protected]>2015-09-03 07:48:15 +0300
commit88d004f6e11a6dc6c94b40e1eee7f9ef54c42077 (patch)
treeebfbb4918b61fe8dd03134e8cfd6e8b4ec2e0b68 /docs/components/forms.md
parent3df8ded19c42236aa23f7bfd18daed8686d8f08f (diff)
downloadbootstrap-88d004f6e11a6dc6c94b40e1eee7f9ef54c42077.tar.xz
bootstrap-88d004f6e11a6dc6c94b40e1eee7f9ef54c42077.zip
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">