From 11c3ffe4fc149b986e5a8be6beb3c3d4f6b3219e Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 4 Sep 2013 12:22:51 -0400 Subject: [PATCH] Yet another manually wrapped text line consolidated --- getting-started.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting-started.html b/getting-started.html index bd8e514a29..7705e85d85 100644 --- a/getting-started.html +++ b/getting-started.html @@ -639,8 +639,7 @@ bootstrap/
  • Images are no longer responsive by default. Use .img-responsive for fluid <img> size.
  • The icons, now .glyphicon, are now font based. Icons also require a base and icon class (e.g. .glyphicon .glyphicon-asterisk).
  • 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.
  • +
  • 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.
  • 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.

    -- 2.47.2