aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-18 16:39:08 -0700
committerChris Rebert <[email protected]>2013-08-18 16:39:08 -0700
commited3e870da827cb7031b333a2c62212ad6912d670 (patch)
tree12eaa4eb02ea7cd693307ab1c4a0b24bc8769b2f /getting-started.html
parent2ca46ff97e8a5eab7f652cd2e318bc201012b4ab (diff)
downloadbootstrap-ed3e870da827cb7031b333a2c62212ad6912d670.tar.xz
bootstrap-ed3e870da827cb7031b333a2c62212ad6912d670.zip
tweak formatting of additional migration notes
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/getting-started.html b/getting-started.html
index 8aafce369..9d4d46a78 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -634,14 +634,14 @@ bootstrap/
<ul>
<li><code>.input-*</code> are 100% width. Wrap inputs inside <code>&lt;div class="col-*"&gt;&lt;/div&gt;</code> to control input widths.</li>
<li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes</li>
- <li><code>.btn</code> must also use <code>.btn-default</code> to get the 'default' button</li>
+ <li><code>.btn</code> must also use <code>.btn-default</code> to get the "default" button</li>
<li><code>.container</code> and <code>.row</code> are now fluid (percentage-based)</li>
- <li>Images are not responsive by default. Use <code>.img-responsive</code> for fluid IMG size</li>
+ <li>Images are not 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 in a separate CSS file.</li>
- <li>Include <code>.glyphicon</code> base class in all icons (ie: <code>.glyphicon .glyphicon-asterisk</code>).</li>
+ <li>Include <code>.glyphicon</code> base class in all icons (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 <code>.modal-header</code> <code>.modal-body</code> <code>.modal-footer</code> now get wrapped in <code>.modal-content</code> and <code>.modal-dialog</code></li>
- <li>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>
+ <li>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>
<div class="bs-callout bs-callout-info">