[FIX] website: fix snippet banner, else when a video is dropped (using a div), the video is moved outside of the span col-md-6 by the editor and so become invisble

This commit is contained in:
Jeremy Kersten 2014-10-16 22:15:35 +02:00
parent 639174bc53
commit bc38c36503
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@
<a href="/page/website.contactus" class="btn btn-success btn-large">Contact us</a>
</p>
</div>
<span class="carousel-img col-md-6 hidden-sm hidden-xs">
<div class="carousel-img col-md-6 hidden-sm hidden-xs">
<img class="img-responsive" src="/website/static/src/img/banner/banner_picture.png" alt="Banner Odoo Image"/>
</span>
</div>
</div>
</div>
</div>