From 34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 19 Dec 2018 17:59:28 +0100 Subject: other minor fixes to css --- _layouts/git-wiki-bs-lux.html | 40 +++++++++++++++++++++------------------- _layouts/git-wiki-bs-united.html | 40 +++++++++++++++++++++------------------- 2 files changed, 42 insertions(+), 38 deletions(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index a644058..6b376bd 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -1,7 +1,7 @@ {% comment %} # # This layout uses bootstrap with lux theme -# +# {% endcomment %} {% include git-wiki/defines/defines.html %} @@ -32,29 +32,31 @@ {% include git-wiki/sections/header/header.html %}
- {% include git-wiki/sections/tools/tools.html %} +
+ {% include git-wiki/sections/tools/tools.html %} - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} + {% if site.inc_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} -
+
- {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} - {% if site.inc_before_content %} - {% include {{ site.inc_before_content }} %} - {% endif %} + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} -
- {{ content }} -
+
+ {{ content }} +
- {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} +
@@ -67,4 +69,4 @@ {% include git-wiki/sections/tail/tail.html %} - + \ No newline at end of file diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 8a730d2..a11fc59 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -1,7 +1,7 @@ {% comment %} # # This layout uses bootstrap with united theme -# +# {% endcomment %} {% include git-wiki/defines/defines.html %} @@ -29,29 +29,31 @@
- {% include git-wiki/sections/tools/tools.html %} +
+ {% include git-wiki/sections/tools/tools.html %} - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} + {% if site.inc_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} -
+
- {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} - {% if site.inc_before_content %} - {% include {{ site.inc_before_content }} %} - {% endif %} + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} -
- {{ content }} -
+
+ {{ content }} +
- {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} +
{% include git-wiki/sections/header/header.html %} @@ -67,4 +69,4 @@ {% include git-wiki/sections/tail/tail.html %} - + \ No newline at end of file -- cgit