mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #4455: improve small styles and add to docs
This commit is contained in:
+12
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user