diff --git a/index.html b/index.html index 1a1af38..a8a5846 100644 --- a/index.html +++ b/index.html @@ -9353,7 +9353,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: #mousemovelimit { font-size: 16px; font-family: monospace; } .frontPageText { position: relative; } -h1 { display: none; } +h1 { margin: 0px; height: 91px; } #keyarea { height: 250px; } #keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; } @@ -9665,11 +9665,11 @@ h1 { display: none; } - banner +

+ Bitcoin Paper Wallet Generator +

-

Bitcoin Paper Wallet Generator

-
Choose currency : @@ -10280,7 +10280,7 @@ janin.currency = { // Update title depending on currency document.title = janin.currency.name() + "'s paper wallet generator"; - document.getElementById("siteTitle").innerHTML = janin.currency.name() + " Paper Wallet Generator"; + document.getElementById("siteTitle").alt = janin.currency.name() + " Paper Wallet Generator"; // Regenerate a new wallet when not expensive ninja.wallets.singlewallet.generateNewAddressAndKey(); diff --git a/src/index.html b/src/index.html index 578a706..ee380b0 100644 --- a/src/index.html +++ b/src/index.html @@ -134,11 +134,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - banner +

+ Bitcoin Paper Wallet Generator +

-

Bitcoin Paper Wallet Generator

-
Choose currency : diff --git a/src/janin.currency.js b/src/janin.currency.js index bcee1cc..12068c0 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -41,7 +41,7 @@ janin.currency = { // Update title depending on currency document.title = janin.currency.name() + "'s paper wallet generator"; - document.getElementById("siteTitle").innerHTML = janin.currency.name() + " Paper Wallet Generator"; + document.getElementById("siteTitle").alt = janin.currency.name() + " Paper Wallet Generator"; // Regenerate a new wallet when not expensive ninja.wallets.singlewallet.generateNewAddressAndKey(); diff --git a/src/main.css b/src/main.css index 366b560..6520778 100644 --- a/src/main.css +++ b/src/main.css @@ -49,7 +49,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: #mousemovelimit { font-size: 16px; font-family: monospace; } .frontPageText { position: relative; } -h1 { display: none; } +h1 { margin: 0px; height: 91px; } #keyarea { height: 250px; } #keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; }