<h3id="btn-groups-justified">Justified link variation</h3>
<p>Make a group of buttons stretch at the same size to span the entire width of its parent.</p>
<p>Make a group of buttons stretch at the same size to span the entire width of its parent. Also works with button dropdowns within the button group.</p>
<divclass="bs-callout bs-callout-warning">
<h4>Element-specific usage</h4>
<p>This only works with <code><a></code> elements as the <code><button></code> doesn't pick up these styles.</p>
<p>This only works with <code><a></code> elements as the <code><button></code> doesn't pick up the styles we use to justify content (some <code>display: table-cell;</code>-fu).</p>