]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add mention of required classes to horizontal forms
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 09:43:22 +0000 (01:43 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 09:43:22 +0000 (01:43 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache

index d55ce3f0deecf9ae7bfe579b302795936ddf7c83..d066288f0e03b08b2f7b97a20ecbcf6fa05396a2 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 22025bbb2e438f6f3e73ede817c321b1452678ea..b345a8434e7a2a698476647227e2ef6b473f9e6b 100644 (file)
@@ -985,7 +985,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
         </fieldset>
       </form>
       <h3>Example markup</h3>
-      <p>Given the above example form layout, here's the markup associated with the first input and control group.</p>
+      <p>Given the above example form layout, here's the markup associated with the first input and control group. The <code>.control-group</code>, <code>.control-label</code>, and <code>.controls</code> classes are all required for styling.</p>
 <pre class="prettyprint linenums">
 &lt;form class="form-horizontal"&gt;
   &lt;fieldset&gt;
index e3420ed092b51201a418287dc6bf3446837b87cc..c23444a07a9fb51dbb81dd9a787b70471cd46a87 100644 (file)
         </fieldset>
       </form>
       <h3>{{_i}}Example markup{{/i}}</h3>
-      <p>{{_i}}Given the above example form layout, here's the markup associated with the first input and control group.{{/i}}</p>
+      <p>{{_i}}Given the above example form layout, here's the markup associated with the first input and control group. The <code>.control-group</code>, <code>.control-label</code>, and <code>.controls</code> classes are all required for styling.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;form class="form-horizontal"&gt;
   &lt;fieldset&gt;