You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bo...@apache.org on 2019/04/23 08:17:43 UTC

[kylin] branch document updated: KYLIN-3972, fix for mobile chinese navbar issue

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

boblu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 195933d  KYLIN-3972, fix for mobile chinese navbar issue
195933d is described below

commit 195933d753c4f6143425bbbb7e0cc86d58a63213
Author: Emiya0306 <wo...@gmail.com>
AuthorDate: Tue Apr 23 16:13:26 2019 +0800

    KYLIN-3972, fix for mobile chinese navbar issue
---
 website/_includes/header.cn.html      | 2 +-
 website/_includes/home_header.cn.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_includes/header.cn.html b/website/_includes/header.cn.html
index 9f5224c..de8002a 100644
--- a/website/_includes/header.cn.html
+++ b/website/_includes/header.cn.html
@@ -50,7 +50,7 @@
       </div>
 
       <!-- Collect the nav links, forms, and other content for toggling -->
-      <div class="navbar-collapse" id="bs-example-navbar-collapse-1">
+      <div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-nav">
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
diff --git a/website/_includes/home_header.cn.html b/website/_includes/home_header.cn.html
index d2ef1c4..d2df25c 100644
--- a/website/_includes/home_header.cn.html
+++ b/website/_includes/home_header.cn.html
@@ -49,7 +49,7 @@
       </div>
 
       <!-- Collect the nav links, forms, and other content for toggling -->
-      <div class="navbar-collapse" id="bs-example-navbar-collapse-1">
+      <div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1">
         <ul class="nav navbar-nav">
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>