Skip to content

Commit

Permalink
manual: Add img.tall from Current markup
Browse files Browse the repository at this point in the history
Going to try to use this to fix the wr vs th distinction, which is hard
to see as described in [Distinctions of size -
r/orthic](https://www.reddit.com/r/orthic/s/NE63EWTHSt).
  • Loading branch information
jeremy-w committed Mar 10, 2024
1 parent 541f602 commit 0a53ad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Rendered into Markdown by Jeremy W. Sherman based on [the version made available
p img, li img, td img {
max-height: 3ex
}
img.tall {
max-height: 5ex;
vertical-align: middle;
}
</style>

## Introductory Remarks
Expand Down

0 comments on commit 0a53ad0

Please sign in to comment.