Merge pull request #82 from danbartram/bigger_seed_space
Increased the HTML height to allow for greater seed value entropy
This commit is contained in:
commit
aa7a0f15c0
2 changed files with 2 additions and 0 deletions
|
@ -6314,6 +6314,7 @@ hr { margin: 20px 0; border-top: 2px dashed #008000; }
|
||||||
.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; }
|
body { font-family: Arial; }
|
||||||
|
body, html { height: 99%; }
|
||||||
.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; }
|
||||||
|
|
|
@ -16,6 +16,7 @@ hr { margin: 20px 0; border-top: 2px dashed #008000; }
|
||||||
.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; }
|
body { font-family: Arial; }
|
||||||
|
body, html { height: 99%; }
|
||||||
.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; }
|
||||||
|
|
Loading…
Reference in a new issue