diff options
| author | Mark Otto <[email protected]> | 2012-08-19 13:12:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 13:12:43 -0700 |
| commit | 887f11d47f052a0dd123f76a6ac39a955c2429d4 (patch) | |
| tree | f0fa2954109fb29a0aa613661c2b6f13ffa7beb8 /docs/base-css.html | |
| parent | 47cf3cc62f249052f67b1390bdeb433684b6da0b (diff) | |
| download | bootstrap-887f11d47f052a0dd123f76a6ac39a955c2429d4.tar.xz bootstrap-887f11d47f052a0dd123f76a6ac39a955c2429d4.zip | |
fixes #4455: improve small styles and add to docs
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 2be40cd2c..df5df2402 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -141,7 +141,18 @@ <h2>Emphasis</h2> - <p>Make use of HTML's default emphasis tags, <code><strong></code> and <code><em></code>.</p> + <p>Make use of HTML's default emphasis tags with lightweight styles.</p> + + <h3><code><small></code></h3> + <p>For de-emphasizing inline or blocks of text, <small>use the small tag.</small></p> + <div class="bs-docs-example"> + <p><small>This line of text is meant to be treated as fine print.</small></p> + </div> +<pre class="prettyprint"> +<p> + <small>This line of text is meant to be treated as fine print.</small> +</p> +</pre> <h3><code><strong></code></h3> <p>For emphasizing a snippet of text with <strong>important</strong></p> |
