From: Mark Otto Date: Sun, 5 Feb 2012 09:43:22 +0000 (-0800) Subject: add mention of required classes to horizontal forms X-Git-Tag: v2.0.1~1^2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f59b7ce8ea0051287488ff2119dc29a066429eaa;p=thirdparty%2Fbootstrap.git add mention of required classes to horizontal forms --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d55ce3f0de..d066288f0e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 22025bbb2e..b345a8434e 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>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index e3420ed092..c23444a07a 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>