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 728aab2 commit 9fa1eff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/keyple-support/reader-plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ document.body.onload = function() {
.rotated {
writing-mode: sideways-lr;
}
.rotatedd {
writing-mode: vertical-rl;
}
.hachured {
background-image: repeating-linear-gradient(
45deg,
Expand Down Expand Up @@ -195,7 +198,7 @@ document.body.onload = function() {
<td>✓</td>
</tr>
<tr>
<th scope="rowgroup" rowspan="12">contact -less</th>
<th scope="rowgroup" rowspan="12" class="rotatedd">contact -less</th>
<td>ReaderSpi</td>
<td>✓</td>
<td rowspan="12" class="hachured"></td>
Expand Down

0 comments on commit 9fa1eff

Please sign in to comment.