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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c5d6b4d  reduce carousel pop in on landing page (#324)
c5d6b4d is described below

commit c5d6b4d2fd55590eadfa09acbf4d5c1d8e198b07
Author: zimmi <[email protected]>
AuthorDate: Mon Feb 25 08:18:59 2019 +0100

    reduce carousel pop in on landing page (#324)
---
 .../src/content/scss/common/_netbeans.scss                | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 2f8a066..19e2cc9 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -48,6 +48,16 @@ body {
       display: none;
     }
   }
+
+  .orbit-container {
+    height: auto;
+  }
+  .orbit-slide {
+    display: none;
+  }
+  .orbit-slide.is-active {
+    display: block;
+  }
 }
 
 .top-bar {
@@ -160,7 +170,6 @@ section.hero {
   color: #fff;
   position: relative;
   padding: 12px 0 0 0;
-  margin-bottom: 1.5em;
   .grid-container {
     .cell {
       h1, p {
@@ -179,6 +188,10 @@ section.hero {
   background-position: center bottom;
 }
 
+.hero.news {
+  margin-bottom: 1.5em;
+}
+
 /*.netbeans-bg {
   background: url('/images/hero-background.jpg') no-repeat;
   background-size: cover;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to