diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 23:40:05 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 23:45:01 +0100 |
| commit | b485d2f4de6b7af55cce3eee7b331702a1590e11 (patch) | |
| tree | e87fa6fa939976fb34e4aa7563e810afa827fabf | |
| parent | 34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 (diff) | |
| download | wiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.tar.gz wiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.tar.bz2 wiki-b485d2f4de6b7af55cce3eee7b331702a1590e11.zip | |
Update git-wiki-bs-lux.html
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 13 |
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> |
