aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-28 15:55:17 -0800
committerMark Otto <[email protected]>2013-11-28 15:55:17 -0800
commitb5f9cc20578fb57b2b69e10cf32bba55f9c940e4 (patch)
tree72b6c245b35c2c6783bc43d4add6ce0e1e65b801 /css.html
parent0da3901ed5a6d498af8b7c76b61d004a003f716b (diff)
parent0be94180b99cec9be239124c666721e40fbfbc97 (diff)
downloadbootstrap-b5f9cc20578fb57b2b69e10cf32bba55f9c940e4.tar.xz
bootstrap-b5f9cc20578fb57b2b69e10cf32bba55f9c940e4.zip
Merge branch 'master' into pr/11414
Conflicts: dist/css/bootstrap.min.css
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 c703d1603..692ae38ae 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">