diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-08-02 10:16:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-08-02 10:16:37 +0000 |
commit | 96f5cc19405262dd288acbeb79dd74a12ec21da3 (patch) | |
tree | 0d85d5df29e46fdde361f1772f3bd337cea13f25 /www/index.html | |
parent | 6fd82c0ff0b8ab230cd2bbf8efa0d4bbc088e3e8 (diff) |
Get height of header on page load and set the table offset appropriately.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 00098aa..ab55698 100644 --- a/www/index.html +++ b/www/index.html @@ -13,7 +13,7 @@ </head> <body> -<div class="header"> +<div id="Header" class="header"> <table> <tr> <td class="headertext">Passphrase:</td> |