Use thead/tbody style for manual table

reviewable/pr2120/r1
Tim Hockin 2017-01-03 12:37:15 -08:00
parent 94aafc061a
commit 8879175f85
1 changed files with 85 additions and 81 deletions

View File

@ -83,11 +83,14 @@ approximately 3 months (4 per year). The following table describes which API
versions are supported in a series of subsequent releases. versions are supported in a series of subsequent releases.
<table> <table>
<thead>
<tr> <tr>
<th>Release</th> <th>Release</th>
<th>API Versions</th> <th>API Versions</th>
<th>Notes</th> <th>Notes</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<td>X</td> <td>X</td>
<td>v1</td> <td>v1</td>
@ -164,6 +167,7 @@ versions are supported in a series of subsequent releases.
</ul> </ul>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
### REST resources (aka API objects) ### REST resources (aka API objects)