diff options
Diffstat (limited to '_layouts/git-wiki-bs-lux.html')
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 3de9169..1e5363a 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -22,7 +22,7 @@ {% comment %} Hacky-Fix for lux theme {% endcomment %} <style> - .git-wiki-content { + .git-wiki-page { padding-left: 0; } @@ -43,7 +43,7 @@ {% include git-wiki/sections/header/header.html %} </div> <div class="col-lg-9"> - <div class="git-wiki-content"> + <div class="git-wiki-page"> {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} @@ -60,7 +60,7 @@ {% include {{ site.inc_before_content }} %} {% endif %} - <div id="content"> + <div id="git-wiki-content"> {{ content }} </div> |
