aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-22 22:09:04 -0500
committerMark Otto <[email protected]>2013-11-22 22:09:04 -0500
commit98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3 (patch)
tree1eb37ecb58bc71628504273161dd0bb11dd4753e /css.html
parent37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1 (diff)
parent4c246c0117ea56cb10b91b635ff415ec20d9c97d (diff)
downloadbootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.tar.xz
bootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.zip
Merge branch 'master' into docs_derp
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 495092e12..054354258 100644
--- a/css.html
+++ b/css.html
@@ -1617,7 +1617,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h2 id="forms-horizontal">Horizontal form</h2>
<p>Use Bootstrap's predefined grid classes to align labels and groups of form controls in a horizontal layout by adding <code>.form-horizontal</code> to the form. Doing so changes <code>.form-group</code>s to behave as grid rows, so no need for <code>.row</code>.</p>
<div class="bs-example">
- <form class="form-horizontal">
+ <form class="form-horizontal" role="form">
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">