[www-doc] [Git][VideoLAN.org/websites][master] 3.0 release: fix z-index issue

Jean-Baptiste Kempf gitlab at videolan.org
Fri Feb 9 18:21:44 CET 2018


Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
8385a868 by David Loiret at 2018-02-09T18:21:42+01:00
3.0 release: fix z-index issue

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

- - - - -


1 changed file:

- www.videolan.org/vlc/releases/3.0.0.php


Changes:

=====================================
www.videolan.org/vlc/releases/3.0.0.php
=====================================
--- a/www.videolan.org/vlc/releases/3.0.0.php
+++ b/www.videolan.org/vlc/releases/3.0.0.php
@@ -125,6 +125,12 @@
     section.no-check ul li:before {
         content: none;
     }
+    .slide-container {
+        z-index: 1;
+    }
+    .text-container {
+        z-index: 0;
+    }
 </style>
             <script>
               $(function(){
@@ -156,7 +162,7 @@
             </script>
 
         <div class="container">
-        <div class="row col-md-12">
+        <div class="row col-md-12 slide-container">
           <div id="slides" style="margin: 0 auto;">
                 <img src="/vlc/releases/3.0.0/carousel-3.0-4k.jpg">
                 <img src="/vlc/releases/3.0.0/carousel-3.0-hdr.jpg">
@@ -166,7 +172,7 @@
                 <img src="/vlc/releases/3.0.0/carousel-3.0-xbox.jpg">
          </div>
         </div>
-        <div class="row col-md-12">
+        <div class="row col-md-12 text-container">
         <h2 class="subtext2" id="text_1">Hardware accelerated decoding for HD and UHD</h2>
         <h2 class="subtext2" style="display: none;" id="text_2">Supports HDR and HDR tone-mapping</h2>
         <h2 class="subtext2" style="display: none;" id="text_3">360° video navigation</h2>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8385a8684815f6ed4fb8853ea42c78f0a97a1468

---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/8385a8684815f6ed4fb8853ea42c78f0a97a1468
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list