diff options
| author | Chris Rebert <[email protected]> | 2013-08-03 21:59:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-03 21:59:30 -0700 |
| commit | cabcd36019cb7000c537bcd8292d4905239685f7 (patch) | |
| tree | 2e6600473043335611ebce3195337a74c294c716 /css.html | |
| parent | b9c572184f18a5c228dedd41e3b93b94c8d71b7b (diff) | |
| download | bootstrap-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1701,7 +1701,7 @@ For example, <code><section></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> |
