mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
mention .small in docs /cc #10102
This commit is contained in:
parent
590975b407
commit
be1f0b07f3
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -634,7 +634,7 @@ base_url: "../"
|
||||||
<h6>h6. Bootstrap heading</h6>
|
<h6>h6. Bootstrap heading</h6>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p>Also included with headings is an autoscaling <code><small></code> element. Use it for smaller, gray secondary text in any heading.</p>
|
<p>Create lighter, secondary text in any heading with a generic <code><small></code> tag or the <code>.small</code> class.</p>
|
||||||
<div class="bs-example bs-example-type">
|
<div class="bs-example bs-example-type">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue