aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2015-08-22 21:16:05 +0300
committervsn4ik <[email protected]>2015-08-22 21:16:05 +0300
commit2965adfea0071e05c92ca07450f473ea62714403 (patch)
treed8110498d87bdce5ac1273e20cfd560aed4831bc /docs/components
parent0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66 (diff)
downloadbootstrap-2965adfea0071e05c92ca07450f473ea62714403.tar.xz
bootstrap-2965adfea0071e05c92ca07450f473ea62714403.zip
Remove dropped btn-xs and btn-group-xs from docs
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/button-group.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/components/button-group.md b/docs/components/button-group.md
index 5f7886303..c14d3d63a 100644
--- a/docs/components/button-group.md
+++ b/docs/components/button-group.md
@@ -68,19 +68,12 @@ Instead of applying button sizing classes to every button in a group, just add `
<button type="button" class="btn btn-secondary">Middle</button>
<button type="button" class="btn btn-secondary">Right</button>
</div>
- <br>
- <div class="btn-group btn-group-xs" role="group" aria-label="Extra small button group">
- <button type="button" class="btn btn-secondary">Left</button>
- <button type="button" class="btn btn-secondary">Middle</button>
- <button type="button" class="btn btn-secondary">Right</button>
- </div>
</div>
{% highlight html %}
<div class="btn-group btn-group-lg" role="group" aria-label="...">...</div>
<div class="btn-group" role="group" aria-label="...">...</div>
<div class="btn-group btn-group-sm" role="group" aria-label="...">...</div>
-<div class="btn-group btn-group-xs" role="group" aria-label="...">...</div>
{% endhighlight %}
## Nesting