aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2013-09-04 12:18:58 -0400
committerSteven Black <[email protected]>2013-09-04 12:18:58 -0400
commita37b37169f6d1213ababcc35a0dcf13bba00f24f (patch)
treee415d6f6410bfc2a42fcc8fee22506f914856d8b /getting-started.html
parent43efd4371715600634da3735b495bf95fb04e041 (diff)
downloadbootstrap-a37b37169f6d1213ababcc35a0dcf13bba00f24f.tar.xz
bootstrap-a37b37169f6d1213ababcc35a0dcf13bba00f24f.zip
Removed a trailing space at end of line.
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index c5b3cc61c..bd8e514a2 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -639,7 +639,7 @@ bootstrap/
<li>Images are no longer responsive by default. Use <code>.img-responsive</code> for fluid <code>&lt;img&gt;</code> size.</li>
<li>The icons, now <code>.glyphicon</code>, are now font based. Icons also require a base and icon class (e.g. <code>.glyphicon .glyphicon-asterisk</code>).</li>
<li>Typeahead has been dropped, in favor of using <a href="http://twitter.github.io/typeahead.js/">Twitter Typeahead</a>.</li>
- <li>Modal markup has changed significantly.
+ <li>Modal markup has changed significantly.
The <code>.modal-header</code>, <code>.modal-body</code>, and <code>.modal-footer</code> sections are now wrapped in <code>.modal-content</code> and <code>.modal-dialog</code> for better mobile styling and behavior.</li>
<li>JavaScript events are namespaced. For example, to handle the modal "show" event, use <code>'show.bs.modal'</code>. For tabs "shown" use <code>'shown.bs.tab'</code>, etc..</li>
</ul>