combine tables
This commit is contained in:
25
index.html
25
index.html
@@ -138,8 +138,8 @@ Glad you asked! See below, and also <a href="#comparisons">comparisons</a>. hled
|
||||
<style>
|
||||
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
|
||||
</style>
|
||||
<!-- sorted by committers -->
|
||||
<!-- syntax: http://pandoc.org/README.html#tables -->
|
||||
<!-- actives sorted by committers, inactives sorted by start -->
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 10%" />
|
||||
@@ -244,19 +244,18 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
|
||||
<td></td>
|
||||
<td><a href="https://gitter.im/nledger/lobby">gitter</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Inactive:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th>Project</th>
|
||||
<th>Start</th>
|
||||
<th style="text-align: center;">Last release</th>
|
||||
<th>Code</th>
|
||||
<tr class="odd">
|
||||
<td> </td>
|
||||
<td></td>
|
||||
<td style="text-align: center;"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><strong>Inactive:</strong></td>
|
||||
<td></td>
|
||||
<td style="text-align: center;"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td>uledger</td>
|
||||
<td>2015</td>
|
||||
|
||||
Reference in New Issue
Block a user