diff options
| author | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 13:00:07 -0700 |
| commit | 5b1615015931986b064aa12c222c1059e58f25e5 (patch) | |
| tree | 602ecb3774a1916e294f0bc186e0b90128e8a3a2 /docs | |
| parent | 0b43bc9bb9266fa8e8d830b82ede20fb3a939acd (diff) | |
| download | bootstrap-5b1615015931986b064aa12c222c1059e58f25e5.tar.xz bootstrap-5b1615015931986b064aa12c222c1059e58f25e5.zip | |
trying to solve firefox active outline, make .input less specific
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 d88e812d1..603419341 100644 --- a/docs/index.html +++ b/docs/index.html @@ -455,7 +455,7 @@ </p> </div> <div class="span12"> - <h4>When to use</h4> + <h3>When to use</h3> <p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p> <h3>Emphasis in a paragraph</h3> <p><a href="#">Fusce dapibus</a>, <strong>tellus ac cursus commodo</strong>, <em>tortor mauris condimentum nibh</em>, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.</p> @@ -497,7 +497,7 @@ </p> </div> <div class="span12"> - <h4>How to quote</h4> + <h3>How to quote</h3> <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 adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> |
