mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
another responsivey table
This commit is contained in:
parent
70fa8ef4b0
commit
572174652e
1 changed files with 40 additions and 38 deletions
4
css.html
4
css.html
|
@ -1053,7 +1053,8 @@ For example, <code><section></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">
|
||||||
|
<table class="table table-bordered table-striped bs-table">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="col-lg-1">
|
<col class="col-lg-1">
|
||||||
<col class="col-lg-7">
|
<col class="col-lg-7">
|
||||||
|
@ -1091,6 +1092,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue