From: Steven Black Date: Wed, 4 Sep 2013 16:22:51 +0000 (-0400) Subject: Yet another manually wrapped text line consolidated X-Git-Tag: v3.0.1~64^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c3ffe4fc149b986e5a8be6beb3c3d4f6b3219e;p=thirdparty%2Fbootstrap.git Yet another manually wrapped text line consolidated --- 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.