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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7408a63  Fix carousel
7408a63 is described below

commit 7408a6350796797655fafd8dd7f1b14af998774b
Author: jbonofre <[email protected]>
AuthorDate: Fri Aug 21 11:16:40 2020 +0200

    Fix carousel
---
 index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 8dd68af..2e5684e 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,8 @@ permalink: /
           </div>
         </div>
       </div>
-      <div class="container">
+      <div class="carousel-item">
+        <div class="container">
           <div class="carousel-caption">
             <p><strong>Karaf Cellar 4.2.0 has been released! 
(18/7/20)</strong> - This is a new major release for Apache Cellar 4.2.x, 
containing bug fixes and improvements. (<a href="/news.html">Details</a>)</p>
           </div>

Reply via email to