Seed the generator on the whole page surface
This commit is contained in:
parent
5b52877076
commit
38a11ad8b9
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ hr { margin: 20px 0; border-top: 1px dashed #008000; }
|
||||||
.keyarea .qrcode_public { display: inline-block; float: left; }
|
.keyarea .qrcode_public { display: inline-block; float: left; }
|
||||||
.keyarea .qrcode_private { display: inline-block; position: relative; top: 28px; float: right; }
|
.keyarea .qrcode_private { display: inline-block; position: relative; top: 28px; float: right; }
|
||||||
.pubkeyhex { word-wrap: break-word; }
|
.pubkeyhex { word-wrap: break-word; }
|
||||||
body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
html { height: 100%; }
|
||||||
|
body { font-family: Arial; background-image: url('images/diamonds.png'); height: 100%; }
|
||||||
.faqs ol { padding: 0 0 0 25px; }
|
.faqs ol { padding: 0 0 0 25px; }
|
||||||
.faqs li { padding: 3px 0; }
|
.faqs li { padding: 3px 0; }
|
||||||
.question { padding: 10px 15px; text-align: left; cursor: pointer; }
|
.question { padding: 10px 15px; text-align: left; cursor: pointer; }
|
||||||
|
@ -278,4 +279,4 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
|
||||||
#paperarea .artwallet .btcaddress, #paperarea .artwallet .btcprivwif { z-index: 999; }
|
#paperarea .artwallet .btcaddress, #paperarea .artwallet .btcprivwif { z-index: 999; }
|
||||||
.paperWalletText { z-index: 999;}
|
.paperWalletText { z-index: 999;}
|
||||||
.dogeTag { display: none; }
|
.dogeTag { display: none; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue