Repository: incubator-singa Updated Branches: refs/heads/master 08675e3a5 -> fb7b0d3de
SINGA-223 Fix side navigation menu in the website Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/b2cbbb88 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/b2cbbb88 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/b2cbbb88 Branch: refs/heads/master Commit: b2cbbb88de11b0dc5a118c21178b9b1433b81dbf Parents: 7827351 Author: Moaz Reyad <[email protected]> Authored: Mon Apr 30 21:45:08 2018 +0800 Committer: Moaz Reyad <[email protected]> Committed: Mon Apr 30 21:45:08 2018 +0800 ---------------------------------------------------------------------- doc/_static/style.css | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/b2cbbb88/doc/_static/style.css ---------------------------------------------------------------------- diff --git a/doc/_static/style.css b/doc/_static/style.css index b07bdb1..86cc1f9 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -1,3 +1,6 @@ .wy-nav-content { max-width: none; } +.wy-nav-side { + padding-bottom:10em; +}
