1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

fix table border bug with double borders on theads and use of colgroup

This commit is contained in:
Mark Otto
2012-03-11 18:18:18 -07:00
parent 7154e378b2
commit 4109c62cf7
5 changed files with 16 additions and 12 deletions

View File

@@ -435,6 +435,10 @@ For example, <code>section</code> should be wrapped as inline.
<div class="row">
<div class="span8">
<table class="table table-bordered table-striped">
<colgroup>
<col class="span1">
<col class="span7">
</colgroup>
<thead>
<tr>
<th>Tag</th>