1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

updates to add warning for bordered tables to docs, fix to spacing on prettyprint pre blocks

This commit is contained in:
Mark Otto
2011-11-29 23:48:27 -08:00
parent 0c8d2e37e7
commit 90c190d4ef
4 changed files with 19 additions and 3 deletions

View File

@@ -632,6 +632,7 @@
&lt;/table&gt;</pre>
<h3>3. Bordered table</h3>
<p>Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.</p>
<p><span class="label">Note</span> Bordered tables do not work well with <code>rowspan</code> due to somewhat hacky CSS applied to the tables. Sorry about that!</p>
<table class="bordered-table">
<thead>
<tr>
@@ -648,7 +649,13 @@
<td>English</td>
</tr>
<tr>
<td colspan="2">2 Joe</td>
<td>2</td>
<td>Joe</td>
<td>Sixpack</td>
<td>English</td>
</tr>
</tr>
<td>Joe</td>
<td>Sixpack</td>
<td>English</td>
</tr>