From 377cd40e59115a26fead28dc938ea1c398c589ad Mon Sep 17 00:00:00 2001 From: Will Binns Date: Mon, 8 May 2017 20:57:50 -0600 Subject: [PATCH] footer: Add link to support Bitcoin.org --- _includes/layout/base-core/footer-menu.html | 4 ++++ _includes/layout/base/footer-menu.html | 4 ++++ _less/screen.less | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/_includes/layout/base-core/footer-menu.html b/_includes/layout/base-core/footer-menu.html index 59b5c794..886702bf 100644 --- a/_includes/layout/base-core/footer-menu.html +++ b/_includes/layout/base-core/footer-menu.html @@ -3,6 +3,10 @@ This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} +
+

Bitcoin.org is community supported: 1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE

+
+
Network Status {% translate menu-legal layout %} diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html index 0e77d09f..a00b112a 100644 --- a/_includes/layout/base/footer-menu.html +++ b/_includes/layout/base/footer-menu.html @@ -3,6 +3,10 @@ This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} +
+

Bitcoin.org is community supported: 1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE

+
+
Network Status {% translate menu-legal layout %} diff --git a/_less/screen.less b/_less/screen.less index 7dee74f4..8ec9cc0a 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -412,6 +412,11 @@ 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;