]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
follow up to #10102, cc @cvrebert
authorMark Otto <otto@github.com>
Mon, 14 Oct 2013 02:12:23 +0000 (19:12 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Oct 2013 02:12:23 +0000 (19:12 -0700)
css.html

index 63cd74b1dd97e20ceca180bc1b9c8d5a56cc6219..e7c4debc84795421675661051ec2da0204a87350 100644 (file)
--- 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>