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:
@@ -632,6 +632,7 @@
|
||||
</table></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>
|
||||
|
Reference in New Issue
Block a user