X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b388f9311a7891b227aa3b1f52b1d439418af782..3f98ee0c26bb3099a68aeed05740104551f27b84:/latin.plp?ds=sidebyside diff --git a/latin.plp b/latin.plp index 1fda12c..6d23534 100644 --- a/latin.plp +++ b/latin.plp @@ -21,7 +21,11 @@ Html({ font-family: Suetterlin; /* R. G. Arens */ src: url("/suetterlin.ttf"); } - .glyphs tr:first-child+tr+tr td { font-family: Suetterlin } + #sütterlin td { font-family: Suetterlin } + #tap-code td, + #tap-simplified td { + line-height: 1ex; + } svg path:not([fill]) { stroke: currentColor; @@ -56,8 +60,9 @@ else { say ''; for my $row (pairs @table) { my ($title, $cells) = @{$row}; - say '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; + say '
', $title; - print /^$_\n" for @{$cells}; + printf '
', $title; + say "\t", '' x !/^\n"; }