diff --git a/css.html b/css.html index f035ff616..8b3cc0c50 100644 --- a/css.html +++ b/css.html @@ -1335,12 +1335,12 @@ For example, <section> should be wrapped as inline.
<section>
Use Bootstrap's predefined grid classes to align labels and groups of form controls in a horizontal layout by adding .form-horizontal to the form. Doing so changes .form-groups to behave as grid rows, so no need for .row.
.form-horizontal
.form-group
.row
When you need to place regular, static text next to a form label within a horizontal form, use the .form-control-static class on a <p>.
.form-control-static
<p>
email@example.com