From: Mischa POSLAWSKY Date: Thu, 30 Mar 2017 16:05:39 +0000 (+0200) Subject: chars: enlarge glyph on row hover X-Git-Tag: v1.10~268 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/2ba8f9c9bbbd13bdc4d0411e7342adef8ca680d3 chars: enlarge glyph on row hover --- diff --git a/base.css b/base.css index 8ab767c..d014b61 100644 --- a/base.css +++ b/base.css @@ -262,7 +262,7 @@ td.joinl { th, tfoot td, thead td { - border: 0; + border-width: 0; background: transparent; } .glyphs thead td { diff --git a/chars.plp b/chars.plp index f9af5df..d4cf06b 100644 --- a/chars.plp +++ b/chars.plp @@ -8,6 +8,15 @@ Html({ '], stylesheet => [qw'light dark mono circus red'], data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )], + raw => <<'EOT', + +EOT }); use Shiar_Sheet::FormatChar;