From: Mischa POSLAWSKY Date: Sun, 2 Apr 2017 23:22:38 +0000 (+0200) Subject: latin: letter spacing for pigpen and nyctographs X-Git-Tag: v1.10~249 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/702b51ff727f2c656298459138f0ef39dc77293a latin: letter spacing for pigpen and nyctographs --- diff --git a/latin.plp b/latin.plp index a801e68..d9f8be7 100644 --- a/latin.plp +++ b/latin.plp @@ -38,6 +38,15 @@ Html({ 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; fill: none;