2
0
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:
Mark Otto
2012-07-19 21:25:24 -07:00
parent 89d7ec5290
commit 3c1a0fbda4
3 changed files with 92 additions and 8 deletions
+24 -3
View File
@@ -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">