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

[incubator-mxnet-site] branch asf-site updated: fixed the issue of drop down disappearence when trying to pick the versions (#38)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 324ba04  fixed the issue of drop down disappearence when trying to pick the versions (#38)
324ba04 is described below

commit 324ba0404495ffff7fc554eaad9beb9ce78228b7
Author: thinksanky <31...@users.noreply.github.com>
AuthorDate: Mon Dec 11 10:20:20 2017 -0800

    fixed the issue of drop down disappearence when trying to pick the versions (#38)
---
 _static/mxnet.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_static/mxnet.css b/_static/mxnet.css
index 8a9bddc..2f1ea3a 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;
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].