Skip to content

Commit

Permalink
Merge pull request #23 from bmcculley/issue-5
Browse files Browse the repository at this point in the history
update table element order
  • Loading branch information
3x authored May 26, 2020
2 parents 0cebe0f + 61a8034 commit 13508f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ <h6>Heading 6</h6>
<th>Instrument</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Yui Hirasawa</td>
Expand All @@ -128,6 +122,12 @@ <h6>Heading 6</h6>
<td>Rhythm Guitar</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
</table>

<br>
Expand Down
12 changes: 6 additions & 6 deletions theme/night.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ <h6>Heading 6</h6>
<th>Instrument</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Yui Hirasawa</td>
Expand All @@ -124,6 +118,12 @@ <h6>Heading 6</h6>
<td>Rhythm Guitar</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
</table>

<br>
Expand Down
12 changes: 6 additions & 6 deletions theme/terminal.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ <h6>Heading 6</h6>
<th>Instrument</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Yui Hirasawa</td>
Expand All @@ -124,6 +118,12 @@ <h6>Heading 6</h6>
<td>Rhythm Guitar</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Name</th>
<th>Instrument</th>
</tr>
</tfoot>
</table>

<br>
Expand Down

1 comment on commit 13508f1

@vercel
Copy link

@vercel vercel bot commented on 13508f1 May 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.