diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:59:28 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 18:00:10 +0100 |
| commit | 34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 (patch) | |
| tree | 64d5eb4ce4d2df54b8619a6555598facda4e4b60 | |
| parent | c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (diff) | |
| download | wiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.tar.gz wiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.tar.bz2 wiki-34ca5aea22ae7ca61affe2b1157bf31a41b32fd3.zip | |
other minor fixes to css
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 40 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-united.html | 40 | ||||
| -rw-r--r-- | _sass/git-wiki-style.scss | 2 |
3 files changed, 43 insertions, 39 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 diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 8a730d2..a11fc59 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -1,7 +1,7 @@ {% comment %} # # This layout uses bootstrap with united theme -# +# {% endcomment %} {% include git-wiki/defines/defines.html %} @@ -29,29 +29,31 @@ <div class="wrapper"> <div class="row"> <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 class="col-lg-3"> {% include git-wiki/sections/header/header.html %} @@ -67,4 +69,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html> +</html>
\ No newline at end of file diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index bb01ebc..e56c876 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -142,7 +142,7 @@ img { } .git-wiki-content { - margin-top:50px; + margin-top:60px; } } |
