From df3b8dcf28aa5f9a0635e94fbf6ad2e78d972a34 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Thu, 9 Jul 2015 07:48:42 -0400 Subject: [PATCH] Layout: Add Whitespace To Layouts --- _includes/layout/base/content.html | 11 +++- _includes/layout/base/footer-js.html | 13 ++-- _includes/layout/base/footer-license.html | 7 ++- _includes/layout/base/footer-menu.html | 31 +++++---- _includes/layout/base/footer-sponsor.html | 11 +++- .../layout/base/head-language-dropdown.html | 22 ++++--- .../layout/base/head-language-select.html | 8 ++- _includes/layout/base/head-logo.html | 7 ++- _includes/layout/base/head-menu.html | 63 ++++++++++--------- _includes/layout/base/head-mobile-menu.html | 7 ++- _includes/layout/base/html-head.html | 7 ++- _includes/layout/base/pagetop-alert.html | 7 ++- .../layout/base/pagetop-detect-mobile.html | 7 ++- _layouts/base.html | 32 +++++++--- 14 files changed, 157 insertions(+), 76 deletions(-) diff --git a/_includes/layout/base/content.html b/_includes/layout/base/content.html index 1c941fcb..001db305 100644 --- a/_includes/layout/base/content.html +++ b/_includes/layout/base/content.html @@ -1,3 +1,8 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
- {{ content }} -
+{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +
+ {{ content }} +
diff --git a/_includes/layout/base/footer-js.html b/_includes/layout/base/footer-js.html index d8a499c9..b75ea04a 100644 --- a/_includes/layout/base/footer-js.html +++ b/_includes/layout/base/footer-js.html @@ -1,4 +1,9 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + + diff --git a/_includes/layout/base/footer-license.html b/_includes/layout/base/footer-license.html index a6c06aad..3332cef0 100644 --- a/_includes/layout/base/footer-license.html +++ b/_includes/layout/base/footer-license.html @@ -1 +1,6 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}
+{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +
© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}
diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html index 664751f3..1af12879 100644 --- a/_includes/layout/base/footer-menu.html +++ b/_includes/layout/base/footer-menu.html @@ -1,13 +1,18 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
- Network Status - {% translate menu-legal layout %} - {% case page.lang %} - {% when 'ar' or 'es' or 'sl' %} - Privacy - {% else %} - {% translate menu-privacy layout %} - {% endcase %} - {% translate menu-press layout %} - {% translate menu-about-us layout %} - Blog -
+{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +
+ Network Status + {% translate menu-legal layout %} + {% case page.lang %} + {% when 'ar' or 'es' or 'sl' %} + Privacy + {% else %} + {% translate menu-privacy layout %} + {% endcase %} + {% translate menu-press layout %} + {% translate menu-about-us layout %} + Blog +
diff --git a/_includes/layout/base/footer-sponsor.html b/_includes/layout/base/footer-sponsor.html index b776ddd0..9922946e 100644 --- a/_includes/layout/base/footer-sponsor.html +++ b/_includes/layout/base/footer-sponsor.html @@ -1,3 +1,8 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
-
{% translate sponsor layout %} Bitcoin Foundation
-
+{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +
+
{% translate sponsor layout %} Bitcoin Foundation
+
diff --git a/_includes/layout/base/head-language-dropdown.html b/_includes/layout/base/head-language-dropdown.html index f34ac841..8e3b7db6 100644 --- a/_includes/layout/base/head-language-dropdown.html +++ b/_includes/layout/base/head-language-dropdown.html @@ -1,13 +1,17 @@ -{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}