aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 00:05:01 -0800
committerMark Otto <[email protected]>2012-02-05 00:05:01 -0800
commit31abeec0f2d84b3861d0c80c56c3112546bf0bfd (patch)
tree2fa38cc151a6bb93043fa1bd3b7924903b26ada3 /docs/upgrading.html
parent125368d4db04fa5b2300975ed2ba59983309ee0f (diff)
downloadbootstrap-31abeec0f2d84b3861d0c80c56c3112546bf0bfd.tar.xz
bootstrap-31abeec0f2d84b3861d0c80c56c3112546bf0bfd.zip
manually handle #1703 for note on horizontal forms
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index ad3236f2b..5a7b0d2f6 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -158,6 +158,7 @@
<li>Default form style is now vertical (stacked) to use less CSS and add greater flexibility</li>
<li>Form classes standardized with <code>.form-</code> required as a prefix</li>
<li>New built-in form defaults for search, inline, and horizontal forms</li>
+ <li>For horizontal forms, previous classes <code>.clearfix</code> and <code>.input</code> are equivalent to the new <code>.control-group</code> and <code>.controls</code>.</li>
<li>More flexible horizontal form markup with classes for all styling, including new optional class for the <code>label</code></li>
<li>Form states: colors updated and customizable via new LESS variables</li>
</ul>