added auto body classes, blocking that erroneous blog hamburger
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/c1282ddd Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/c1282ddd Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/c1282ddd Branch: refs/heads/gh-pages Commit: c1282ddde560749e8fa9d6cdb36e325f34fab6b3 Parents: 5f066c8 Author: Elliot Berry <[email protected]> Authored: Fri May 29 12:04:48 2015 -0400 Committer: Elliot Berry <[email protected]> Committed: Fri May 29 12:04:48 2015 -0400 ---------------------------------------------------------------------- _sass/_doc-content.scss | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/c1282ddd/_sass/_doc-content.scss ---------------------------------------------------------------------- diff --git a/_sass/_doc-content.scss b/_sass/_doc-content.scss index 300d4f9..d78f71c 100644 --- a/_sass/_doc-content.scss +++ b/_sass/_doc-content.scss @@ -16,6 +16,9 @@ display: none; overflow: auto; } +body.blog #menu ul li.toc-categories { + display:none; +} /* Bottom navigation (left and right arrows) */
