2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Remove dropped form-horizontal from forms.md

This commit is contained in:
vsn4ik
2015-09-03 07:48:15 +03:00
parent 3df8ded19c
commit 88d004f6e1
+1 -1
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">