aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 38433ee5a..86cd4771d 100644
--- a/css.html
+++ b/css.html
@@ -1701,7 +1701,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<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">
<p>
<button type="button" class="btn btn-primary btn-lg">Large button</button>