Add a link to the twitter account
This commit is contained in:
parent
44f79c6a4e
commit
d25c22122e
3 changed files with 8 additions and 6 deletions
|
@ -9603,7 +9603,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
#bulklimit { width: 45px; }
|
#bulklimit { width: 45px; }
|
||||||
|
|
||||||
.footer { font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; }
|
.footer { font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; }
|
||||||
.footer div span.item { padding: 10px; }
|
.footer div span.item { margin: 10px; }
|
||||||
.footer .authorbtc { float: left; width: 470px; }
|
.footer .authorbtc { float: left; width: 470px; }
|
||||||
.footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; }
|
.footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; }
|
||||||
.footer .authorbtc div { position: relative; z-index: 100; }
|
.footer .authorbtc div { position: relative; z-index: 100; }
|
||||||
|
@ -10120,8 +10120,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
|
|
||||||
<div id="footer" class="footer">
|
<div id="footer" class="footer">
|
||||||
<div>
|
<div>
|
||||||
<span class="supportWalletGenerator"><a href="#" onclick="ninja.tabSwitch(document.getElementById('donate'));">Support WalletGenerator.net</a></span>
|
<span class="item"><a href="#" onclick="ninja.tabSwitch(document.getElementById('donate'));">Support WalletGenerator.net</a></span>
|
||||||
<span><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">Download (GitHub Repository)</a></span>
|
<span class="item"><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">Download (GitHub Repository)</a></span>
|
||||||
|
<span class="item"><a href="https://twitter.com/WalletGenerator">@WalletGenerator</a></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span id="footerlabelcopyright1">Copyright WalletGenerator.net.</span>
|
<span id="footerlabelcopyright1">Copyright WalletGenerator.net.</span>
|
||||||
|
|
|
@ -596,8 +596,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
<div id="footer" class="footer">
|
<div id="footer" class="footer">
|
||||||
<div>
|
<div>
|
||||||
<span class="supportWalletGenerator"><a href="#" onclick="ninja.tabSwitch(document.getElementById('donate'));">Support WalletGenerator.net</a></span>
|
<span class="item"><a href="#" onclick="ninja.tabSwitch(document.getElementById('donate'));">Support WalletGenerator.net</a></span>
|
||||||
<span><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">Download (GitHub Repository)</a></span>
|
<span class="item"><a href="https://github.com/MichaelMure/PaperWallet" target="_blank" id="footerlabelgithub">Download (GitHub Repository)</a></span>
|
||||||
|
<span class="item"><a href="https://twitter.com/WalletGenerator">@WalletGenerator</a></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span id="footerlabelcopyright1">Copyright WalletGenerator.net.</span>
|
<span id="footerlabelcopyright1">Copyright WalletGenerator.net.</span>
|
||||||
|
|
|
@ -301,7 +301,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
#bulklimit { width: 45px; }
|
#bulklimit { width: 45px; }
|
||||||
|
|
||||||
.footer { font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; }
|
.footer { font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; }
|
||||||
.footer div span.item { padding: 10px; }
|
.footer div span.item { margin: 10px; }
|
||||||
.footer .authorbtc { float: left; width: 470px; }
|
.footer .authorbtc { float: left; width: 470px; }
|
||||||
.footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; }
|
.footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; }
|
||||||
.footer .authorbtc div { position: relative; z-index: 100; }
|
.footer .authorbtc div { position: relative; z-index: 100; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue