aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-09-24 22:30:03 +1000
committerIan Coleman <coleman.ian@gmail.com>2014-09-24 22:30:03 +1000
commitd922d6910987f9161870ca2225a0e49d91ffc8b7 (patch)
tree0fde1a635495cb1780585f0c050fa9dee19a7eb2 /bip39-standalone.html
parent90dd6d3c920eb2b453636f317a196fc9d61cf968 (diff)
downloadBIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.tar.gz
BIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.tar.zst
BIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.zip
Help text has correct left padding
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index 6b64f01..0bb89f5 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -51,9 +51,9 @@
51 <div class="col-md-12"> 51 <div class="col-md-12">
52 <h2>Phrase</h2> 52 <h2>Phrase</h2>
53 <form class="form-horizontal" role="form"> 53 <form class="form-horizontal" role="form">
54 <p>You can enter an existing BIP39 phrase, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p>
55 <div class="col-sm-2"></div> 54 <div class="col-sm-2"></div>
56 <div class="col-sm-10"> 55 <div class="col-sm-10">
56 <p>You can enter an existing BIP39 phrase, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p>
57 <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> 57 <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
58 </div> 58 </div>
59 <div class="form-group"> 59 <div class="form-group">