From: Mischa POSLAWSKY Date: Sun, 26 Mar 2017 18:23:49 +0000 (+0200) Subject: latin: align svg and tap code in cells X-Git-Tag: v1.10~307 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/040311428c70a1f0f9f166d921ca45ff0840f3fd?ds=sidebyside 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. --- 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