You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/07/03 02:51:12 UTC

[incubator-dubbo-website] branch asf-site updated: Fix issue #14

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

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0efa61e  Fix issue #14
0efa61e is described below

commit 0efa61e7da5bb00742178708619f27cfc2338357
Author: chenliandong <li...@alibaba-inc.com>
AuthorDate: Tue Jul 3 10:51:10 2018 +0800

    Fix issue #14
---
 build/page.css            | 1 +
 src/pages/home/index.scss | 1 +
 2 files changed, 2 insertions(+)

diff --git a/build/page.css b/build/page.css
index c1ad0eb..26c3f28 100644
--- a/build/page.css
+++ b/build/page.css
@@ -258,6 +258,7 @@
     padding: 0 20px; }
     .home-page .top-section .vertical-middle > img {
       position: absolute;
+      z-index: -1;
       left: 0;
       top: -36px;
       width: 1494px;
diff --git a/src/pages/home/index.scss b/src/pages/home/index.scss
index 7d85bba..2832d02 100644
--- a/src/pages/home/index.scss
+++ b/src/pages/home/index.scss
@@ -84,6 +84,7 @@
       padding: 0 20px;
       & > img {
         position: absolute;
+        z-index: -1;
         left: 0;
         top: -36px;
         width: 1494px;