From 1e790de760e1921fc079f9609e370296fc1d94c4 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 13 Apr 2022 11:51:20 +0200 Subject: unicode: Properly report unknown codepoints --- modules/unicode/index.html | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) (limited to 'modules/unicode/index.html') diff --git a/modules/unicode/index.html b/modules/unicode/index.html index 7b385ef..cb2beaa 100644 --- a/modules/unicode/index.html +++ b/modules/unicode/index.html @@ -18,6 +18,14 @@ body { .invisible { display: none; } +#notfound_container { + margin-top: 15px; +} +code { + background-color: #eee; + padding: 3px; + border-radius: 5px; +}