From c9ece8178090cc6674229fa6355f120993e98583 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Tue, 9 May 2017 02:31:37 -0600 Subject: [PATCH] footer: Refactor styling, 'Support Bitcoin.org' --- _contrib/bco-htmlproof | 9 +++++---- _includes/layout/base-core/footer-menu.html | 2 +- _includes/layout/base/footer-menu.html | 2 +- _less/screen.less | 7 +------ 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/_contrib/bco-htmlproof b/_contrib/bco-htmlproof index 8f2af944..c2708323 100755 --- a/_contrib/bco-htmlproof +++ b/_contrib/bco-htmlproof @@ -27,10 +27,11 @@ HTML::Proofer.new( ## Links to ignore :href_ignore => [ - '#', ## hrefs pointing to the current page (htmlproofer fails them) - /^$/, ## 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 + '#', ## hrefs pointing to the current page (htmlproofer fails them) + /^$/, ## 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 diff --git a/_includes/layout/base-core/footer-menu.html b/_includes/layout/base-core/footer-menu.html index 483dcaf9..edec856e 100644 --- a/_includes/layout/base-core/footer-menu.html +++ b/_includes/layout/base-core/footer-menu.html @@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} -
+

Bitcoin.org is community supported: 1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE

diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html index 34d772ad..1ac5937e 100644 --- a/_includes/layout/base/footer-menu.html +++ b/_includes/layout/base/footer-menu.html @@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} -
+

Bitcoin.org is community supported: 1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE

diff --git a/_less/screen.less b/_less/screen.less index 8ec9cc0a..56dcd478 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -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{