From a37b37169f6d1213ababcc35a0dcf13bba00f24f Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 4 Sep 2013 12:18:58 -0400 Subject: [PATCH] Removed a trailing space at end of line. --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..