You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/03 02:51:11 UTC

[GitHub] ralf0131 closed pull request #18: fix: issue [#14](https://github.com/apache/incubator-dubbo-website/issues/14)

ralf0131 closed pull request #18: fix: issue [#14](https://github.com/apache/incubator-dubbo-website/issues/14)
URL: https://github.com/apache/incubator-dubbo-website/pull/18
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org