X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c2ac61bbb4f4caa7013e1eca41291eb5f3a28969..881e65323ee9dc104c4b590f14b4da277c161f9f:/latin.plp diff --git a/latin.plp b/latin.plp index 9128a28..70c9635 100644 --- a/latin.plp +++ b/latin.plp @@ -26,10 +26,17 @@ Html({ #tap-simplified td { line-height: 1ex; } + #pigpen { + stroke-linecap: square; + } + #nyctographs, #old-roman-cursive { stroke-linecap: round; stroke-linejoin: round; } + #code-39 { + white-space: nowrap; + } svg path:not([fill]) { stroke: currentColor; @@ -77,7 +84,7 @@ else { print " colspan=$colspan"; $colspan = 1; } - print ' class=ex' if s/^-//; + print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; print '>'; say; }