diff --git a/typescript-javascript/qrcodegen-input-demo.html b/typescript-javascript/qrcodegen-input-demo.html index 3c77c9e..cc46d6e 100644 --- a/typescript-javascript/qrcodegen-input-demo.html +++ b/typescript-javascript/qrcodegen-input-demo.html @@ -29,6 +29,12 @@ html { font-family: sans-serif; } + h1 { + text-align: center; + } + table { + border-collapse: collapse; + } td { vertical-align: top; padding-top: 0.2em; @@ -38,6 +44,10 @@ white-space: pre; padding-right: 0.5em; } + input[type=number], input[type=text], textarea { + font-size: inherit; + font-family: inherit; + } input[type=radio], input[type=checkbox] { margin: 0em; padding: 0em; @@ -46,6 +56,11 @@ margin-right: 0.8em; padding-left: 0.2em; } + hr { + margin: 2em 0em; + border: none; + border-top: 0.1em solid #A0A0A0; + } @@ -56,12 +71,12 @@

(Are the JavaScript files missing?)

(The JavaScript code needs to be compiled from the TypeScript code.)

-