diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:43:22 -0800 |
| commit | b7b69cd35301d4acdf69d09e1dbb1f4445551b2a (patch) | |
| tree | 0052099ed7d13b10bc38b24d458637cae5bc5941 /docs/_includes/components/button-groups.html | |
| parent | 05513c52c4b31db3646639ba4e1b8a5ee7271ae9 (diff) | |
| parent | be164f4d1a8703144cfed588ed53d7ec432149e4 (diff) | |
| download | bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.tar.xz bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/components/button-groups.html')
| -rw-r--r-- | docs/_includes/components/button-groups.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 9abf56294..5f61bfc05 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -15,7 +15,7 @@ <p>In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct <code>role</code> attribute. In the examples provided here, we use <code>aria-label</code>, but alternatives such as <code>aria-labelledby</code> can also be used.</p> </div> - <h3 id="btn-groups-single">Basic example</h3> + <h2 id="btn-groups-single">Basic example</h2> <p>Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.</p> <div class="bs-example" data-example-id="simple-button-group"> <div class="btn-group" role="group" aria-label="Basic example"> @@ -32,7 +32,7 @@ </div> {% endhighlight %} - <h3 id="btn-groups-toolbar">Button toolbar</h3> + <h2 id="btn-groups-toolbar">Button toolbar</h2> <p>Combine sets of <code><div class="btn-group"></code> into a <code><div class="btn-toolbar"></code> for more complex components.</p> <div class="bs-example" data-example-id="simple-button-toolbar"> <div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups"> @@ -60,7 +60,7 @@ </div> {% endhighlight %} - <h3 id="btn-groups-sizing">Sizing</h3> + <h2 id="btn-groups-sizing">Sizing</h2> <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> to each <code>.btn-group</code>, including when nesting multiple groups.</p> <div class="bs-example" data-example-id="button-group-sizing"> <div class="btn-group btn-group-lg" role="group" aria-label="Large button group"> @@ -94,7 +94,7 @@ <div class="btn-group btn-group-xs" role="group" aria-label="...">...</div> {% endhighlight %} - <h3 id="btn-groups-nested">Nesting</h3> + <h2 id="btn-groups-nested">Nesting</h2> <p>Place a <code>.btn-group</code> within another <code>.btn-group</code> when you want dropdown menus mixed with a series of buttons.</p> <div class="bs-example" data-example-id="button-group-nesting"> <div class="btn-group" role="group" aria-label="Button group with nested dropdown"> @@ -131,7 +131,7 @@ </div> {% endhighlight %} - <h3 id="btn-groups-vertical">Vertical variation</h3> + <h2 id="btn-groups-vertical">Vertical variation</h2> <p>Make a set of buttons appear vertically stacked rather than horizontally. <strong class="text-danger">Split button dropdowns are not supported here.</strong></p> <div class="bs-example" data-example-id="vertical-button-group"> <div class="btn-group-vertical" role="group" aria-label="Vertical button group"> @@ -187,7 +187,7 @@ </div> {% endhighlight %} - <h3 id="btn-groups-justified">Justified button groups</h3> + <h2 id="btn-groups-justified">Justified button groups</h2> <p>Make a group of buttons stretch at equal sizes to span the entire width of its parent. Also works with button dropdowns within the button group.</p> <div class="bs-callout bs-callout-warning" id="callout-btn-group-justified-dbl-border"> |
