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

dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b7f54  Fix a format issue in the page headers in which 'long' menu 
bar wrapped awkwardly, obscuring page content.
95b7f54 is described below

commit 95b7f5499a16245fcb1caf03beb0fc63397a15df
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Oct 5 10:49:24 2018 -0700

    Fix a format issue in the page headers in which 'long' menu bar wrapped 
awkwardly, obscuring page content.
---
 website/content/css/geode-site.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/css/geode-site.css 
b/website/content/css/geode-site.css
index 937de0c..12ab3f9 100644
--- a/website/content/css/geode-site.css
+++ b/website/content/css/geode-site.css
@@ -319,7 +319,7 @@ nav.navbar-collapse {
   padding-left: 0;
 }
 .bf-docs-nav .navbar-nav > li > a {
-  margin: 10px 0 0 10px;
+  margin: 20px 0 0 5px;
   padding: 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;

Reply via email to