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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a9a0d8f  Expose banner logo on homepage, as it is, already, on 
secondary pages
a9a0d8f is described below

commit a9a0d8f2a773a72561dffbb881e49b26148f0281
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Sep 6 14:02:12 2019 -0700

    Expose banner logo on homepage, as it is, already, on secondary pages
---
 css/geode-site.css  | 2 +-
 js/usergrid-site.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/geode-site.css b/css/geode-site.css
index 12ab3f9..ae737ed 100644
--- a/css/geode-site.css
+++ b/css/geode-site.css
@@ -1345,7 +1345,7 @@ h2.icns-tools:before{
 /* Tablets and up */
 @media screen and (min-width: 768px) {
   header.secondary #home-logo { opacity: 1; }
-  #home-logo { opacity: 0; height: 40px;}
+  #home-logo { opacity: 1; height: 40px;}
   .bf-header {
     font-size: 21px;
     text-align: left;
diff --git a/js/usergrid-site.js b/js/usergrid-site.js
index 115768a..3e63e84 100644
--- a/js/usergrid-site.js
+++ b/js/usergrid-site.js
@@ -29,7 +29,7 @@ function setHeaderForScroll(scrollTop) {
         blue = Math.floor(166 - (166-94) * percent);
         blur = Math.floor(2 * percent);
     } else {
-        opacity = 0;
+        opacity = 1;      // set to 0 to hide logo
         red = 36;
         green = 129;
         blue = 166;

Reply via email to