You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/30 07:03:41 UTC

[15/26] drill git commit: added auto body classes, blocking that erroneous blog hamburger

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/9dc72b8c
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9dc72b8c
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/9dc72b8c

Branch: refs/heads/gh-pages
Commit: 9dc72b8c03afdfca25e2f2c9c8be936e969d1a5b
Parents: c1282dd
Author: Elliot Berry <el...@Marks-iMac-2.local>
Authored: Fri May 29 12:06:36 2015 -0400
Committer: Elliot Berry <el...@Marks-iMac-2.local>
Committed: Fri May 29 12:06:36 2015 -0400

----------------------------------------------------------------------
 _sass/_doc-content.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/9dc72b8c/_sass/_doc-content.scss
----------------------------------------------------------------------
diff --git a/_sass/_doc-content.scss b/_sass/_doc-content.scss
index d78f71c..f81ce78 100644
--- a/_sass/_doc-content.scss
+++ b/_sass/_doc-content.scss
@@ -19,7 +19,9 @@
 body.blog #menu ul li.toc-categories {
   display:none;
 }
-
+body.blog #menu ul li.logo {
+  padding-left:30px;
+}
 /* Bottom navigation (left and right arrows) */
 
 div.doc-nav{