<p>Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.</p>
<p>Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.</p>
<p><spanclass="label">Note</span> Bordered tables do not work well with <code>rowspan</code> due to somewhat hacky CSS applied to the tables. Sorry about that!</p>
<tableclass="bordered-table">
<tableclass="bordered-table">
<thead>
<thead>
<tr>
<tr>
...
@@ -1177,37 +1176,52 @@
...
@@ -1177,37 +1176,52 @@
</div>
</div>
</div>
</div>
<h2>Button groups</h2>
<br>
<divclass="well">
<divclass="btn-group">
<divclass="row">
<aclass="btn"href="#">Left</a>
<divclass="span4">
<aclass="btn"href="#">Middle</a>
<h2>Button groups</h2>
<aclass="btn"href="#">Right</a>
<p>Use button groups to join multiple buttons together as one composite component. Button groups can be built with not only <code><a></code> or <code><button></code> elements, but also radios and checkboxes.</p>
<p>You can also combine sets of button groups into a toolbar for more complex projects.</p>
<p><aclass="btn js-btn"href="./javascript.html#buttons">Get the javascript »</a></p>
<pclass="muted">Heads up: CSS for button groups is in a separate file, button-groups.less.</p>
</div>
</div>
</div>
<divclass="span8">
<divclass="well">
<h3>Linked button group</h3>
<divclass="btn-toolbar">
<p>Using the standard <code><a class="btn" href="#">...</a></code> markup, simply add all the buttons you need.</p>
<p>Level up one more time by wrapping multiple instances of <code><div class="btn-group"></code> with <code><div class="btn-toolbar"></code>.</p>