You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/10/16 22:30:19 UTC

[incubator-teaclave-website] branch master updated: Fix the footer border line

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aa9d4b  Fix the footer border line
2aa9d4b is described below

commit 2aa9d4b20cf142f31b8b25454116ccfbfa304713
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Fri Oct 16 15:29:55 2020 -0700

    Fix the footer border line
---
 site/.vuepress/theme/components/PageNav.vue | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site/.vuepress/theme/components/PageNav.vue b/site/.vuepress/theme/components/PageNav.vue
index 4c19aae..9150f67 100644
--- a/site/.vuepress/theme/components/PageNav.vue
+++ b/site/.vuepress/theme/components/PageNav.vue
@@ -155,8 +155,7 @@ function flatten (items, res) {
   .inner
     min-height 2rem
     margin-top 0
-    border-top 1px solid $borderColor
-    padding-top 1rem
+    padding-top 1.5rem
     overflow auto // clear float
   .next
     float right


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org