aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-03 21:59:30 -0700
committerChris Rebert <[email protected]>2013-08-03 21:59:30 -0700
commitcabcd36019cb7000c537bcd8292d4905239685f7 (patch)
tree2e6600473043335611ebce3195337a74c294c716 /css.html
parentb9c572184f18a5c228dedd41e3b93b94c8d71b7b (diff)
downloadbootstrap-cabcd36019cb7000c537bcd8292d4905239685f7.tar.xz
bootstrap-cabcd36019cb7000c537bcd8292d4905239685f7.zip
add missing ref to .btn-xs in button sizes docs
Diffstat (limited to 'css.html')
-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>