You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/11 18:20:24 UTC

[GitHub] sandeep-krishnamurthy closed pull request #38: fixed the issue of drop down disappearence when trying to pick the ve?

sandeep-krishnamurthy closed pull request #38: fixed the issue of drop down disappearence when trying to pick the ve?
URL: https://github.com/apache/incubator-mxnet-site/pull/38
 
 
   

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/_static/mxnet.css b/_static/mxnet.css
index 8a9bddc3..2f1ea3a7 100644
--- a/_static/mxnet.css
+++ b/_static/mxnet.css
@@ -389,7 +389,7 @@ div .burgerIcon a {
 }
 
 #plusMenu .dropdown-submenu>.dropdown-menu {
-    left: 138px;
+    left: 127px;
     top: 0;
     background: #fff;
 }


 

----------------------------------------------------------------
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