Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Small fix (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthesun authored and piiswrong committed Apr 17, 2017
1 parent d4e611b commit 093a920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_static/mxnet.css
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ div.content {
left: 310px;
right: 0;
margin-right: 5%;
padding-top: 40px;
z-index: -1;
}

Expand All @@ -627,7 +628,7 @@ div.sphinxsidebar {
left: 30px;
margin-left: 0;
width: 250px;
padding:20px 30px 15px 0;
padding:40px 30px 15px 0;
height: calc(100% - 80px);
display: none;
overflow: auto;
Expand Down Expand Up @@ -888,6 +889,6 @@ table.docutils tr:nth-child(even) {
height: 38px;
}

div.toctree-wrapper.compound > ul > li {
div.toctree-wrapper.compound > ul > li, div.section > ul > li {
padding: 5px 0 5px 0;
}

0 comments on commit 093a920

Please sign in to comment.