diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index a89fb432..2f0334d1 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -2,7 +2,6 @@
- {{ site.data[page.lang].index.support }}
@@ -20,6 +19,7 @@ {% endfor %} )
+ {{ site.data[page.lang].index.support }} - {{ site.data[page.lang].index.license }} - {{ site.data[page.lang].index.changelog }} - {{ site.data[page.lang].index.translations }} - diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css index 08bf93f1..503e18b2 100644 --- a/docs/assets/css/custom.css +++ b/docs/assets/css/custom.css @@ -10,7 +10,6 @@ /* =============HEADER============== */ .header{ - border-bottom: 1px solid var(--border-color); height: var(--header-height); width: 80%; max-width: 960px;