From 32d90aeefc8684cf4ea285022e524e95f68a4639 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 15 Aug 2021 14:33:51 +0000 Subject: [PATCH] Update docs/assets/css/custom.css, docs/_includes/footer.html files --- docs/_includes/footer.html | 2 +- docs/assets/css/custom.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;