mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
follow up to #10102, cc @cvrebert
This commit is contained in:
parent
ed12d41cae
commit
bf4c714851
1 changed files with 1 additions and 0 deletions
1
css.html
1
css.html
|
@ -721,6 +721,7 @@ base_url: "../"
|
||||||
|
|
||||||
<h3>Small text</h3>
|
<h3>Small text</h3>
|
||||||
<p>For de-emphasizing inline or blocks of text, use the <code><small></code> tag 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, use the <code><small></code> tag 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>You may alternatively use an inline element with <code>.small</code> in place of any <code><small></code></p>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<p><small>This line of text is meant to be treated as fine print.</small></p>
|
<p><small>This line of text is meant to be treated as fine print.</small></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue