Increased the HTML height to allow for greater seed value entropy

This commit is contained in:
Dan Bartram 2014-04-23 23:39:49 +01:00
parent 779719f231
commit 19f99f7878
2 changed files with 2 additions and 0 deletions

View file

@ -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; }
.pubkeyhex { word-wrap: break-word; }
body { font-family: Arial; }
body, html { height: 99%; }
.faqs ol { padding: 0 0 0 25px; }
.faqs li { padding: 3px 0; }
.question { padding: 10px 15px; text-align: left; cursor: pointer; }

View file

@ -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; }
.pubkeyhex { word-wrap: break-word; }
body { font-family: Arial; }
body, html { height: 99%; }
.faqs ol { padding: 0 0 0 25px; }
.faqs li { padding: 3px 0; }
.question { padding: 10px 15px; text-align: left; cursor: pointer; }