another responsivey table

This commit is contained in:
Mark Otto 2013-07-26 21:31:00 -07:00
parent 70fa8ef4b0
commit 572174652e
1 changed files with 40 additions and 38 deletions

View File

@ -1053,44 +1053,46 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h2 id="tables-row-classes">Contextual table classes</h2> <h2 id="tables-row-classes">Contextual table classes</h2>
<p>Use contextual classes to color table rows or individual cells.</p> <p>Use contextual classes to color table rows or individual cells.</p>
<table class="table table-bordered table-striped"> <div class="bs-table-scrollable">
<colgroup> <table class="table table-bordered table-striped bs-table">
<col class="col-lg-1"> <colgroup>
<col class="col-lg-7"> <col class="col-lg-1">
</colgroup> <col class="col-lg-7">
<thead> </colgroup>
<tr> <thead>
<th>Class</th> <tr>
<th>Description</th> <th>Class</th>
</tr> <th>Description</th>
</thead> </tr>
<tbody> </thead>
<tr> <tbody>
<td> <tr>
<code>.success</code> <td>
</td> <code>.success</code>
<td>Indicates a successful or positive action</td> </td>
</tr> <td>Indicates a successful or positive action</td>
<tr> </tr>
<td> <tr>
<code>.danger</code> <td>
</td> <code>.danger</code>
<td>Indicates a dangerous or potentially negative action</td> </td>
</tr> <td>Indicates a dangerous or potentially negative action</td>
<tr> </tr>
<td> <tr>
<code>.warning</code> <td>
</td> <code>.warning</code>
<td>Indicates a warning that might need attention</td> </td>
</tr> <td>Indicates a warning that might need attention</td>
<tr> </tr>
<td> <tr>
<code>.active</code> <td>
</td> <code>.active</code>
<td>Applies the hover color to a particular row or cell</td> </td>
</tr> <td>Applies the hover color to a particular row or cell</td>
</tbody> </tr>
</table> </tbody>
</table>
</div>
<div class="bs-example"> <div class="bs-example">
<table class="table"> <table class="table">
<thead> <thead>