From f59b7ce8ea0051287488ff2119dc29a066429eaa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 01:43:22 -0800 Subject: add mention of required classes to horizontal forms --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 22025bbb2..b345a8434 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -985,7 +985,7 @@ For example, <code>section</code> should be wrapped as inline.

Example markup

-

Given the above example form layout, here's the markup associated with the first input and control group.

+

Given the above example form layout, here's the markup associated with the first input and control group. The .control-group, .control-label, and .controls classes are all required for styling.

 <form class="form-horizontal">
   <fieldset>
-- 
cgit v1.2.3