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 9fa1eff commit 247d2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/keyple-support/reader-plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ document.body.onload = function() {

<style>
.rotated {
writing-mode: sideways-lr;
writing-mode: sideways-lr; text-orientation: mixed;
}
.rotatedd {
writing-mode: vertical-rl;
writing-mode: vertical-rl; text-orientation: mixed;
}
.hachured {
background-image: repeating-linear-gradient(
Expand Down

0 comments on commit 247d2d3

Please sign in to comment.