Merge pull request #17451 from vsn4ik/rm_form_horizontal

Remove dropped form-horizontal from forms.md
This commit is contained in:
Chris Rebert 2015-09-02 22:46:01 -07:00
commit 562e6257b5
1 changed files with 1 additions and 1 deletions

View 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">