mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #4103: simpler fix for tfoot in .table-border
This commit is contained in:
@@ -404,6 +404,13 @@
|
||||
<td>3</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>6</td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<h4>Bordered with thead, with colgroup</h4>
|
||||
<table class="table table-bordered">
|
||||
@@ -414,9 +421,9 @@
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>2</td>
|
||||
<td>3</td>
|
||||
<th>A</th>
|
||||
<th>B</th>
|
||||
<th>C</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -436,6 +443,13 @@
|
||||
<td>3</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>6</td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div><!--/span-->
|
||||
<div class="span6">
|
||||
@@ -466,6 +480,13 @@
|
||||
<td>3</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>6</td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<h4>Bordered with rowspan and colspan</h4>
|
||||
<table class="table table-bordered">
|
||||
|
||||
Reference in New Issue
Block a user