diff options
| -rw-r--r-- | _layouts/azerothcore.html | 44 | ||||
| -rw-r--r-- | _sass/git-wiki-style.scss | 2 |
2 files changed, 20 insertions, 26 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 3246d64..e12908c 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -27,37 +27,31 @@ <body> <div class="wrapper"> - <div class="row"> - <div class="col-lg-2"> - {% include git-wiki/sections/header/header.html %} - </div> - <div class="col-lg-10"> - <div class="git-wiki-page"> - {% include git-wiki/sections/tools/tools.html %} + {% include git-wiki/sections/header/header.html %} + <div class="git-wiki-page"> + {% 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="git-wiki-toc"></div> + <div id="git-wiki-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="git-wiki-content"> - {{ content }} - </div> - - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} - </div> + <div id="git-wiki-content"> + {{ content }} </div> + + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} </div> <div class="row"> <div class="col"> diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index 0847d88..eb65461 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -230,7 +230,7 @@ strong { .git-wiki-page { /*width:500px; float:right;*/ - padding-left: 32px; + padding-left: 320px; padding-bottom: 50px; } |
