Skip to content

Commit

Permalink
column width adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Feb 12, 2024
1 parent 809bc89 commit 4f7e3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3>Basic Types</h3>
little-endian format.</p>

<div class="tb">
<table style="width:100%">
<table>
<tr>
<td class="t">byte</td>
<td>1 byte (8-bits)</td>
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3>Non-terminals</h3>
occur 0 or more times.</p>

<div class="tb">
<table style="width:100%">
<table>
<tr>
<td class="fix nt">document</td>
<td class="fix op">::=</td>
Expand All @@ -93,7 +93,7 @@ <h3>Non-terminals</h3>
<tr class="section">
<td class="fix nt">element</td>
<td class="fix op">::=</td>
<td class="fix ex">signed_byte(1) e_name double</td>
<td style="width:50%" class="fix ex">signed_byte(1) e_name double</td>
<td>64-bit binary floating point</td>
</tr>
<tr>
Expand Down

0 comments on commit 4f7e3ee

Please sign in to comment.