]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add missing ref to .btn-xs in button sizes docs 9056/head
authorChris Rebert <code@rebertia.com>
Sun, 4 Aug 2013 04:59:30 +0000 (21:59 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 4 Aug 2013 04:59:30 +0000 (21:59 -0700)
css.html

index 38433ee5a31bb6674e7ffadea942e90cc212789c..86cd4771d2f1073f40e5bece581c36a4c2937706 100644 (file)
--- 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>