mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
footer: Refactor styling, 'Support Bitcoin.org'
This commit is contained in:
parent
3543af2a3b
commit
c9ece81780
4 changed files with 8 additions and 12 deletions
|
@ -27,10 +27,11 @@ HTML::Proofer.new(
|
||||||
|
|
||||||
## Links to ignore
|
## Links to ignore
|
||||||
:href_ignore => [
|
:href_ignore => [
|
||||||
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
||||||
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
|
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
|
||||||
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
|
/^\/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
|
/^\/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
|
## Mangle links. If we enable external link checking, this will
|
||||||
|
|
|
@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on
|
||||||
http://opensource.org/licenses/MIT.
|
http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% 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>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on
|
||||||
http://opensource.org/licenses/MIT.
|
http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% 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>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -412,14 +412,9 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
|
||||||
width:940px;
|
width:940px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
.footerlicense{
|
|
||||||
position:relative;
|
|
||||||
font-size:94%;
|
|
||||||
padding:20px 0;
|
|
||||||
}
|
|
||||||
.footermenu{
|
.footermenu{
|
||||||
position:relative;
|
position:relative;
|
||||||
padding:20px 0;
|
padding:0 0 20px 0;
|
||||||
font-size:94%;
|
font-size:94%;
|
||||||
}
|
}
|
||||||
.footermenu a{
|
.footermenu a{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue