aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 7626d1668..cc1b4903c 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -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>