You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/08/01 14:35:56 UTC

[incubator-mxnet-test] 08/28: More fix

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

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

commit f45e029b8879f09a288c2f5f6fff79d1185d9db3
Author: Wang <wa...@9801a7a9c287.ant.amazon.com>
AuthorDate: Wed Jul 26 16:06:13 2017 -0700

    More fix
---
 docs/_static/mxnet-theme/navbar.html | 4 ++--
 docs/_static/mxnet.css               | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/_static/mxnet-theme/navbar.html b/docs/_static/mxnet-theme/navbar.html
index 1887f8c..c88fb58 100644
--- a/docs/_static/mxnet-theme/navbar.html
+++ b/docs/_static/mxnet-theme/navbar.html
@@ -74,7 +74,7 @@ Previous Navbar Layout End -->
       <script> function getRootPath(){ return "{{url_root}}" } </script>
       <div class="burgerIcon dropdown">
           <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button">☰</a>
-          <ul id="burgerMenu" class="dropdown-menu">
+          <ul id="burgerMenu" class="dropdown-menu dropdown-menu-right">
               <li><a href="{{url_root}}get_started/install.html">Install</a></li>
               {% for name in ['Tutorials', 'How To'] %}
               <li><a href="{{url_root}}{{name.lower()|replace(" ", "_")}}/index.html">{{name}}</a></li>
@@ -96,7 +96,7 @@ Previous Navbar Layout End -->
       </div>
       <div class="plusIcon dropdown">
         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span></a>
-        <ul id="plusMenu" class="dropdown-menu"></ul>
+        <ul id="plusMenu" class="dropdown-menu dropdown-menu-right"></ul>
       </div>
       <div id="search-input-wrap">
           {{searchform('', False)}}
diff --git a/docs/_static/mxnet.css b/docs/_static/mxnet.css
index 6f0f1de..8e44daa 100644
--- a/docs/_static/mxnet.css
+++ b/docs/_static/mxnet.css
@@ -360,7 +360,6 @@ div .burgerIcon a {
 
 li.dropdown-submenu ul.dropdown-menu {
     min-width: 75px;
-    width: 75px
 }
 
 li.dropdown-submenu ul.dropdown-menu li {

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