diff options
| author | Mark Otto <[email protected]> | 2011-08-22 12:34:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-22 12:34:55 -0700 |
| commit | 16064bed2d2338b4d4ec617c10ffdc47d2e42edb (patch) | |
| tree | 0f3abbd41d8b399097279bb0043bf54e30c75b5d /docs | |
| parent | 112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8 (diff) | |
| download | bootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.tar.xz bootstrap-16064bed2d2338b4d4ec617c10ffdc47d2e42edb.zip | |
Bugfix and copy changes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 224ba425e..0099a270d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -373,9 +373,9 @@ </div> <div class="span12 columns"> <h4>How to quote</h4> - <p>Be sure to wrap your <code><blockquote></code> around <code><p></code> and <code><small></code> tags. When citing a source, use the <code><small></code> element. The CSS will automatically preface a name with an em dash (&mdash;).</p> + <p>To include a blockquote, wrap <code><blockquote></code> around <code><p></code> and <code><small></code> tags. Use the <code><small></code> element to cite your source and you'll get an em dash <code>&mdash;</code> before it.</p> <blockquote> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua…</p> + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <small>Dr. Julius Hibbert</small> </blockquote> </div> |
