summaryrefslogtreecommitdiff
path: root/_layouts/git-wiki-bs-lux.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-19 17:59:28 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-19 18:00:10 +0100
commit34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 (patch)
tree64d5eb4ce4d2df54b8619a6555598facda4e4b60 /_layouts/git-wiki-bs-lux.html
parentc9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (diff)
downloadwiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.tar.gz
wiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.tar.bz2
wiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.zip
other minor fixes to css
Diffstat (limited to '_layouts/git-wiki-bs-lux.html')
-rw-r--r--_layouts/git-wiki-bs-lux.html40
1 files changed, 21 insertions, 19 deletions
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 %}
</div>
<div class="col-lg-9">
- {% include git-wiki/sections/tools/tools.html %}
+ <div class="git-wiki-content">
+ {% 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 %}
- <div id="toc"></div>
+ <div id="toc"></div>
- {% 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 %}
- <div id="content">
- {{ content }}
- </div>
+ <div id="content">
+ {{ content }}
+ </div>
- {% if site.inc_after_content %}
- {% include {{ site.inc_after_content }} %}
- {% endif %}
+ {% if site.inc_after_content %}
+ {% include {{ site.inc_after_content }} %}
+ {% endif %}
+ </div>
</div>
</div>
<div class="row">
@@ -67,4 +69,4 @@
{% include git-wiki/sections/tail/tail.html %}
</body>
-</html>
+</html> \ No newline at end of file