mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #7546 from CoffeeAndCode/3.0.0-wip
fixed typo in typography documentation
This commit is contained in:
commit
7acadc09db
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ title: Bootstrap Documentation
|
|||
<p>Make use of HTML's default emphasis tags with lightweight styles.</p>
|
||||
|
||||
<h3>Small text</h3>
|
||||
<p>For de-emphasizing inline or blocks of text, <small>use the small tag</small> to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code><small<</code> elements.</p>
|
||||
<p>For de-emphasizing inline or blocks of text, <small>use the small tag</small> to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code><small></code> elements.</p>
|
||||
<div class="bs-docs-example">
|
||||
<p><small>This line of text is meant to be treated as fine print.</small></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue