From f59b7ce8ea0051287488ff2119dc29a066429eaa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 01:43:22 -0800 Subject: [PATCH] add mention of required classes to horizontal forms --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d55ce3f0deecf9ae7bfe579b302795936ddf7c83..d066288f0e03b08b2f7b97a20ecbcf6fa05396a2 100644 GIT binary patch delta 421 zcmZ2JlX>|}X6^uQW)?065J;KGt)!&muLp*u72FJrEZ-R!7+6GratKwa6aCfLbiryS z^A$)lrcRu02j=VgZ@hhqgE4jTGEOI`z~*iK<|e^!y>t znf!I4AyiS)etmPX!@3vZsAe?d&{l Vj4|}X6^uQW)?065HOy|t)z6xPtX4{5SLbPGcdAzXJlYt5dq2}tMXT4gQ%L! zS0K%3JaM`ml)v%zDGo-H$;&vM*g!^H_S^i9GmxFpc(Q|_F;vOsO2HfhpvW^vbC`&- z(>`6GDgLsP|L1d}m^@jlzy&OD$!~K>L8Smt-@68gWk3<5#%ckeZR;kgLTv*($7J%? ziH0!ibtb)504kB#Yzh+z-n>@?XpGA);REBC zOjbM@z;qd;6eKh8q$5nmc=D%{uIPryPA)kmj!?1sR1ktAdm3sg#7>jRou`dqCYwyY RbJ`xku|DGr;xwF52LKr;pkx35 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>