Help text has correct left padding

This commit is contained in:
Ian Coleman
2014-09-24 22:30:03 +10:00
parent 90dd6d3c92
commit d922d69109
2 changed files with 2 additions and 2 deletions

View File

@@ -51,9 +51,9 @@
<div class="col-md-12">
<h2>Phrase</h2>
<form class="form-horizontal" role="form">
<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>
<div class="col-sm-2"></div>
<div class="col-sm-10">
<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>
<p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
</div>
<div class="form-group">

View File

@@ -43,9 +43,9 @@
<div class="col-md-12">
<h2>Phrase</h2>
<form class="form-horizontal" role="form">
<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>
<div class="col-sm-2"></div>
<div class="col-sm-10">
<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>
<p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
</div>
<div class="form-group">