diff options
| author | Chris Rebert <[email protected]> | 2013-07-28 01:39:15 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-28 22:04:21 -0700 |
| commit | e9b1422e8614a8f1deac08941e84d93b1c1f7d5b (patch) | |
| tree | cbfa3bb3974ffb0e8522d590da953759dc40600d /css.html | |
| parent | bcc6fe5b2bf6bba6a32f0a1b9bc3f129286f70fb (diff) | |
| download | bootstrap-e9b1422e8614a8f1deac08941e84d93b1c1f7d5b.tar.xz bootstrap-e9b1422e8614a8f1deac08941e84d93b1c1f7d5b.zip | |
add commas in a couple places
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -622,7 +622,7 @@ base_url: "../" <p>For quoting blocks of content from another source within your document.</p> <h3>Default blockquote</h3> - <p>Wrap <code><blockquote></code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes we recommend a <code><p></code>.</p> + <p>Wrap <code><blockquote></code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a <code><p></code>.</p> <div class="bs-example"> <blockquote> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> @@ -833,7 +833,7 @@ For example, <code><section></code> should be wrapped as inline. <pre><p>Sample text here...</p></pre> {% endhighlight %} - <p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</p> + <p>You may optionally add the <code>.pre-scrollable</code> class, which will set a max-height of 350px and provide a y-axis scrollbar.</p> </div> |
