From 0a53ad0a085850463abec71796f2c90a633a1375 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Sherman" Date: Sun, 10 Mar 2024 11:11:40 -0400 Subject: [PATCH] manual: Add img.tall from Current markup 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). --- manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual.md b/manual.md index 93efb31..a094b0d 100644 --- a/manual.md +++ b/manual.md @@ -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; +} ## Introductory Remarks