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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user