summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-08-07 12:54:48 +0000
committerYehonal <yehonal.azeroth@gmail.com>2019-08-07 12:54:48 +0000
commit860a2ec8765334612ea90109ffd5e99624e31bc7 (patch)
treeedc3a9c7c5df539520d74c1b2c1788a0437c58f4
parentcb144f4ff77cceb7c621d067c8327e5dff32a36b (diff)
downloadwiki-860a2ec8765334612ea90109ffd5e99624e31bc7.tar.gz
wiki-860a2ec8765334612ea90109ffd5e99624e31bc7.tar.bz2
wiki-860a2ec8765334612ea90109ffd5e99624e31bc7.zip
removed bootstrap layout
git-wiki original is better for responsive in this case
-rw-r--r--_layouts/azerothcore.html44
-rw-r--r--_sass/git-wiki-style.scss2
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;
}