diff options
| author | Mark Otto <[email protected]> | 2013-03-29 22:40:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-29 22:40:42 -0700 |
| commit | 4dfc4e102262f79a7048b2713ff5adea85ffec8b (patch) | |
| tree | 621a2dc95580294f97a437773e14048b145f6bfd /docs | |
| parent | f36709067172f8f0f663f58917429667fd04035b (diff) | |
| download | bootstrap-4dfc4e102262f79a7048b2713ff5adea85ffec8b.tar.xz bootstrap-4dfc4e102262f79a7048b2713ff5adea85ffec8b.zip | |
clarify small docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html index 28f040a78..d958c9ddd 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -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><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> |
