aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 19:12:23 -0700
committerMark Otto <[email protected]>2013-10-13 19:12:23 -0700
commitbf4c7148513920f25a5c086fdf2091d06683f2ce (patch)
tree26dcda6265f68c7817879d1b34f578fe2192b2f4 /css.html
parented12d41caed288b47f1f225115503d3086d69e6a (diff)
downloadbootstrap-bf4c7148513920f25a5c086fdf2091d06683f2ce.tar.xz
bootstrap-bf4c7148513920f25a5c086fdf2091d06683f2ce.zip
follow up to #10102, cc @cvrebert
Diffstat (limited to 'css.html')
-rw-r--r--css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/css.html b/css.html
index 63cd74b1d..e7c4debc8 100644
--- a/css.html
+++ b/css.html
@@ -721,6 +721,7 @@ base_url: "../"
<h3>Small text</h3>
<p>For de-emphasizing inline or blocks of text, use the <code>&lt;small&gt;</code> tag to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code>&lt;small&gt;</code> elements.</p>
+ <p>You may alternatively use an inline element with <code>.small</code> in place of any <code>&lt;small&gt;</code></p>
<div class="bs-example">
<p><small>This line of text is meant to be treated as fine print.</small></p>
</div>