]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove dropped form-horizontal from forms.md 17451/head
authorvsn4ik <vsn4ik@gmail.com>
Thu, 3 Sep 2015 04:48:15 +0000 (07:48 +0300)
committervsn4ik <vsn4ik@gmail.com>
Thu, 3 Sep 2015 04:48:15 +0000 (07:48 +0300)
docs/components/forms.md

index 7f5d1496cfd582c73f9a345d3855a8331568f88f..7ebefae30f9392952668b86625a39c4f8aff56c1 100644 (file)
@@ -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">