summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-19 23:40:05 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-19 23:45:01 +0100
commitb485d2f4de6b7af55cce3eee7b331702a1590e11 (patch)
treee87fa6fa939976fb34e4aa7563e810afa827fabf
parent34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 (diff)
downloadwiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.tar.gz
wiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.tar.bz2
wiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.zip
Update git-wiki-bs-lux.html
-rw-r--r--_layouts/git-wiki-bs-lux.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html
index 6b376bd..3de9169 100644
--- a/_layouts/git-wiki-bs-lux.html
+++ b/_layouts/git-wiki-bs-lux.html
@@ -19,6 +19,17 @@
{% include git-wiki/sections/head/styles.html %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.3/lux/bootstrap.min.css">
+
+ {% comment %} Hacky-Fix for lux theme {% endcomment %}
+ <style>
+ .git-wiki-content {
+ padding-left: 0;
+ }
+
+ .wrapper .col-lg-3 {
+ max-width: 300px;
+ }
+ </style>
{% if site.inc_after_head %}
{% include {{ site.inc_after_head }} %}
@@ -69,4 +80,4 @@
{% include git-wiki/sections/tail/tail.html %}
</body>
-</html> \ No newline at end of file
+</html>