Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
pterr committed Nov 20, 2024
1 parent 662ae64 commit a3a68e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/keyple-support/reader-plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ document.body.onload = function() {
<style>
.rotated {
transform: rotate(-90deg);
transform-origin: 30px 40px;
}

.hachured {
Expand All @@ -104,7 +105,7 @@ document.body.onload = function() {
</thead>
<tbody>
<tr>
<th scope="rowgroup" rowspan="4" class="rotated">plugin</th>
<th scope="rowgroup" rowspan="4">plugin</th>
<td>PluginSpi</td>
<td>✓</td>
<td>✓</td>
Expand Down Expand Up @@ -137,7 +138,7 @@ document.body.onload = function() {
<td>✓</td>
</tr>
<tr>
<th scope="rowgroup" rowspan="4" class="rotated">contact</th>
<th scope="rowgroup" rowspan="4">contact</th>
<td>ReaderSpi</td>
<td>✓</td>
<td>✓</td>
Expand Down Expand Up @@ -170,7 +171,7 @@ document.body.onload = function() {
<td>✓</td>
</tr>
<tr>
<th scope="rowgroup" rowspan="12" class="rotated">contactless</th>
<th scope="rowgroup" rowspan="12">contactless</th>
<td>ReaderSpi</td>
<td>✓</td>
<td rowspan="12" class="hachured"></td>
Expand Down

0 comments on commit a3a68e6

Please sign in to comment.