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/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e3420ed09..c23444a07 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -909,7 +909,7 @@

{{_i}}Example markup{{/i}}

-

{{_i}}Given the above example form layout, here's the markup associated with the first input and control group.{{/i}}

+

{{_i}}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.{{/i}}

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