diff options
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> |
