From: Steven Black Date: Wed, 4 Sep 2013 16:18:58 +0000 (-0400) Subject: Removed a trailing space at end of line. X-Git-Tag: v3.0.1~64^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a37b37169f6d1213ababcc35a0dcf13bba00f24f;p=thirdparty%2Fbootstrap.git Removed a trailing space at end of line. --- diff --git a/getting-started.html b/getting-started.html index c5b3cc61c9..bd8e514a29 100644 --- a/getting-started.html +++ b/getting-started.html @@ -639,7 +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. +
  • 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..