From 860a2ec8765334612ea90109ffd5e99624e31bc7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 7 Aug 2019 12:54:48 +0000 Subject: removed bootstrap layout git-wiki original is better for responsive in this case --- _layouts/azerothcore.html | 44 +++++++++++++++++++------------------------- _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 @@
-
-
- {% include git-wiki/sections/header/header.html %} -
-
-
- {% include git-wiki/sections/tools/tools.html %} + {% include git-wiki/sections/header/header.html %} +
+ {% 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 %} -
+
- {% 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 %} -
- {{ content }} -
- - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} -
+
+ {{ content }}
+ + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %}
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; } -- cgit