You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2019/02/25 14:56:06 UTC

[incubator-netbeans-website] branch master updated: remove overlapping carousel controls on mobile devices (#325)

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 8ca8b6a  remove overlapping carousel controls on mobile devices (#325)
8ca8b6a is described below

commit 8ca8b6afa790c265730a70366db820648c242705
Author: zimmi <zi...@users.noreply.github.com>
AuthorDate: Mon Feb 25 15:56:01 2019 +0100

    remove overlapping carousel controls on mobile devices (#325)
---
 netbeans.apache.org/src/content/templates/slider.gsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/templates/slider.gsp b/netbeans.apache.org/src/content/templates/slider.gsp
index af2d51c..0a7f2ea 100644
--- a/netbeans.apache.org/src/content/templates/slider.gsp
+++ b/netbeans.apache.org/src/content/templates/slider.gsp
@@ -21,7 +21,7 @@
 
 <div class="orbit" role="region" aria-label="Apache NetBeans News" data-orbit>
   <div class="orbit-wrapper nb-orbit">
-    <div class="orbit-controls">
+    <div class="orbit-controls show-for-medium">
       <button class="orbit-previous"><span class="show-for-sr">Previous Slide</span>&#9664;&#xFE0E;</button>
       <button class="orbit-next"><span class="show-for-sr">Next Slide</span>&#9654;&#xFE0E;</button>
     </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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