From 040311428c70a1f0f9f166d921ca45ff0840f3fd Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 26 Mar 2017 20:23:49 +0200 Subject: [PATCH] latin: align svg and tap code in cells Assume subsequent lines are optional and should not influence positioning (currently only for Tap simplified). SVG images OTOH should fit the whole cell, so drop baseline alignment to avoid bottom margin. --- latin.plp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/latin.plp b/latin.plp index 6f8e3e0..406cfa3 100644 --- a/latin.plp +++ b/latin.plp @@ -27,6 +27,13 @@ Html({ stroke: currentColor; fill: none; } + + td { + vertical-align: top; + } + td > svg { + vertical-align: middle; + }

Latin alphabet

-- 2.30.0