diff options
Diffstat (limited to 'test-client/index.html')
| -rw-r--r-- | test-client/index.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/test-client/index.html b/test-client/index.html index d1cd7133..63d02f9e 100644 --- a/test-client/index.html +++ b/test-client/index.html @@ -31,6 +31,12 @@              noscript {                  color: white;              } +            input[type="text"] { +                position: absolute; +                top: 0px; +                left: 0px; +                font-size: 30px; +            }          </style>      </head>      <body> | 
