X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/c2ac61bbb4f4caa7013e1eca41291eb5f3a28969..702b51ff727f2c656298459138f0ef39dc77293a:/latin.plp?ds=sidebyside diff --git a/latin.plp b/latin.plp index 9128a28..d9f8be7 100644 --- a/latin.plp +++ b/latin.plp @@ -26,10 +26,26 @@ Html({ #tap-simplified td { line-height: 1ex; } + #pigpen { + stroke-linecap: square; + } + #nyctographs, #old-roman-cursive { stroke-linecap: round; stroke-linejoin: round; } + td { + white-space: nowrap; + } + + #pigpen .sample > svg { + margin-right: 0.1em; + } + #nyctographs .sample > svg { + background: rgba(0,0,0, .1); + padding: 0.1em; + margin-right: 0.2em; + } svg path:not([fill]) { stroke: currentColor; @@ -77,7 +93,7 @@ else { print " colspan=$colspan"; $colspan = 1; } - print ' class=ex' if s/^-//; + print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; print '>'; say; } @@ -87,3 +103,45 @@ else { :> +