]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify small docs
authorMark Otto <otto@github.com>
Sat, 30 Mar 2013 05:40:42 +0000 (22:40 -0700)
committerMark Otto <otto@github.com>
Sat, 30 Mar 2013 05:40:42 +0000 (22:40 -0700)
docs/docs.html

index 28f040a783f7104bee66b7e9efded5d85fb9eb94..d958c9ddd60ddd28fb0aed887eab9484efab5cf5 100644 (file)
@@ -481,6 +481,14 @@ title: Bootstrap Documentation
               </tbody>
             </table>
           </div>
+{% highlight html linenos %}
+<h1>...</h1>
+<h2>...</h2>
+<h3>...</h3>
+<h4>...</h4>
+<h5>...</h5>
+<h6>...</h6>
+{% endhighlight %}
 
           <!-- Body copy -->
           <h2 id="body-copy">Body copy</h2>
@@ -514,7 +522,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></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>&lt;small&lt;</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>