footer: Refactor styling, 'Support Bitcoin.org'

This commit is contained in:
Will Binns 2017-05-09 02:31:37 -06:00
parent 3543af2a3b
commit c9ece81780
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
4 changed files with 8 additions and 12 deletions

View file

@ -31,6 +31,7 @@ HTML::Proofer.new(
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
/^\/bitcoin:/ ## handler link for bitcoin addresses (requires wallet in addition to browser)
],
## Mangle links. If we enable external link checking, this will

View file

@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="footerdonate">
<div>
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank" data-proofer-ignore>1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
</div>

View file

@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="footerdonate">
<div>
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank" data-proofer-ignore>1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
</div>

View file

@ -412,14 +412,9 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
width:940px;
margin:auto;
}
.footerlicense{
position:relative;
font-size:94%;
padding:20px 0;
}
.footermenu{
position:relative;
padding:20px 0;
padding:0 0 20px 0;
font-size:94%;
}
.footermenu a{