aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-07 23:53:32 -0700
committerMark Otto <[email protected]>2011-10-07 23:53:32 -0700
commit9991f3faa1489d8edc517ffadb34e698930a9856 (patch)
tree2aeb4dbae36c7b3dd73aa071c3d3b00fd417c945 /docs
parentd74dee5e0f74a09d850696b78840debf8334dcc2 (diff)
downloadbootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.tar.xz
bootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.zip
resolve problem with nested tables having double borders
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index ccba3b34d..f357d2454 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -869,6 +869,53 @@
<td>Dent</td>
<td>Code</td>
</tr>
+ <tr>
+ <td colspan="4">
+ span 4 columns
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ span 2 columns
+ </td>
+ <td colspan="2">
+ span 2 columns
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <table>
+ <thead>
+ <tr>
+ <th>1</th>
+ <th>2</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>1</td>
+ <td>2</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td colspan="2">
+ <table>
+ <thead>
+ <tr>
+ <th>1</th>
+ <th>2</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>1</td>
+ <td>2</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
</tbody>
</table>
<pre class="prettyprint linenums">