mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
add missing ref to .btn-xs in button sizes docs
This commit is contained in:
parent
b9c572184f
commit
cabcd36019
2
css.html
2
css.html
@ -1701,7 +1701,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h2 id="buttons-sizes">Button sizes</h2>
|
<h2 id="buttons-sizes">Button sizes</h2>
|
||||||
<p>Fancy larger or smaller buttons? Add <code>.btn-lg</code> or <code>.btn-sm</code> for additional sizes.</p>
|
<p>Fancy larger or smaller buttons? Add <code>.btn-lg</code>, <code>.btn-sm</code>, or <code>.btn-xs</code> for additional sizes.</p>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<p>
|
<p>
|
||||||
<button type="button" class="btn btn-primary btn-lg">Large button</button>
|
<button type="button" class="btn btn-primary btn-lg">Large button</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user