charset: numeric offset parameters
[sheet.git] / chars.plp
index a175f8d136105b45729a77e3223273686c18ff1c..d4cf06beb480889549f60b1c0164ba89bb8d6abe 100644 (file)
--- 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',
+<style>
+       tbody tr:hover th {
+               font-size: 300%;
+               min-width: 1.2em;
+               border-width: 1px;
+       }
+</style>
+EOT
 });
 
 use Shiar_Sheet::FormatChar;
@@ -53,7 +62,7 @@ my $query = eval {
 say "<h1>$title</h1>";
 
 if (!$query) {
-       say "<p>Unicode group not specified: $@</p>";
+       Alert('Unicode group not specified', $@);
        exit;
 };