diff --git a/getting-started.html b/getting-started.html index 5a735b68cc..f879b94974 100644 --- a/getting-started.html +++ b/getting-started.html @@ -405,6 +405,10 @@ bootstrap/ .control-group .form-group + + .control-group.warning .control-group.error .control-group.success + .form-group.has-* + .checkbox.inline .radio.inline .checkbox-inline .radio-inline @@ -611,6 +615,11 @@ bootstrap/ .form-search N/A + + Form group with info + .control-group.info + N/A + Fluid container .container-fluid @@ -674,7 +683,7 @@ bootstrap/
  • Typeahead has been dropped, in favor of using Twitter Typeahead.
  • Modal markup has changed significantly. The .modal-header, .modal-body, and .modal-footer sections are now wrapped in .modal-content and .modal-dialog for better mobile styling and behavior.
  • The HTML loaded by the remote modal option is now injected into the .modal instead of into the .modal-body. This allows you to also easily vary the header and footer of the modal, not just the modal body.
  • -
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc..
  • +
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc.
  • For more information on upgrading to v3.0, and code snippets from the community, see Bootply.