From 31abeec0f2d84b3861d0c80c56c3112546bf0bfd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 00:05:01 -0800 Subject: [PATCH] manually handle #1703 for note on horizontal forms --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/templates/pages/upgrading.mustache | 1 + docs/upgrading.html | 1 + 3 files changed, 2 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 99ff15c06cf4cd7b17c0e6cc6140f53ae3ce9ba0..d43ca5f9aa55438afa4fb6d1c51926162661323a 100644 GIT binary patch delta 469 zcmZ2JlX>|}X5IjAW)?065SYZ^I+0gFMZ`kSUlfQ-E4UdLS-vweFtCUKWfAHo1Jwnp zuz}QwT1@6EkY)yn%(Q`uY`lGn10*te1*Zd4X!ASHKz3%J`IDUl4cQ delta 469 zcmZ2JlX>|}X5IjAW)?065K!3fGLct7#oJ8J-xr8WE4UdLS-vweFtCUKWl_}ys<8Qh z)lKFrkY)zyoM{6U*?9XD2S{Y{3Qh;8(B^lXf$U&0CqY9tkOe+wn=1u#48US998F>B zl%4kJf=vsQp8P+b6RgzN3}(kh%@~z$_fFfw RxFC<%o^fOX22;ZsbpXvNpuGS9 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