diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 99ff15c06c..d43ca5f9aa 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index d92cc04dd3..56b0d4bf78 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -82,6 +82,7 @@
  • {{_i}}Default form style is now vertical (stacked) to use less CSS and add greater flexibility{{/i}}
  • {{_i}}Form classes standardized with .form- required as a prefix{{/i}}
  • {{_i}}New built-in form defaults for search, inline, and horizontal forms{{/i}}
  • +
  • {{_i}}For horizontal forms, previous classes .clearfix and .input are equivalent to the new .control-group and .controls.{{/i}}
  • {{_i}}More flexible horizontal form markup with classes for all styling, including new optional class for the label{{/i}}
  • {{_i}}Form states: colors updated and customizable via new LESS variables{{/i}}
  • diff --git a/docs/upgrading.html b/docs/upgrading.html index ad3236f2b8..5a7b0d2f6f 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -158,6 +158,7 @@
  • Default form style is now vertical (stacked) to use less CSS and add greater flexibility
  • Form classes standardized with .form- required as a prefix
  • New built-in form defaults for search, inline, and horizontal forms
  • +
  • For horizontal forms, previous classes .clearfix and .input are equivalent to the new .control-group and .controls.
  • More flexible horizontal form markup with classes for all styling, including new optional class for the label
  • Form states: colors updated and customizable via new LESS variables