Skip to content

Commit

Permalink
Make tables more ISO-ish
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Feb 18, 2024
1 parent 4026ef3 commit 0f223d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/32000-2-2020/clause09.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,22 @@ The scaling shall apply to the horizontal coordinate in text space, independentl
<p class="location">Update Figure 58 as follows:</p>

<figure>
<table style="width:fit-content">
<table style="width:fit-content;">
<tr>
<td>
<td style="vertical-align:middle;">
<p><ins onMouseEnter="mouseEnter(this)" data-issue="376">100 <b>Tz</b></ins></p>
<p>𝑇<sub>h</sub> = <del onMouseEnter="mouseEnter(this)" data-issue="376">100</del> <ins onMouseEnter="mouseEnter(this)" data-issue="376">1.0</ins> (default)</p>
</td>
<td>
<td style="vertical-align:middle;">
<p style="font-size:360%; transform:translate(68px,0); -webkit-transform:translate(68px,0); display:inline-block;">Word</p>
</td>
</tr>
<tr>
<td>
<td style="vertical-align:middle;">
<p><ins onMouseEnter="mouseEnter(this)" data-issue="376">50 <b>Tz</b></ins></p>
<p>𝑇<sub>h</sub> = <del onMouseEnter="mouseEnter(this)" data-issue="376">50</del> <ins onMouseEnter="mouseEnter(this)" data-issue="376">0.5</ins></p>
</td>
<td>
<td style="vertical-align:middle;">
<p style="font-size:360%; transform:scale(0.5,1); -webkit-transform:scale(0.5,1); display:inline-block;">WordWord</p>
</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions docs/assets/iso-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@

.isostyle td {
text-align: left;
vertical-align:top;
min-width: 50px;
max-width: 500px;
border-collapse: collapse;
Expand Down

0 comments on commit 0f223d7

Please sign in to comment.