]> git.parisson.com Git - teleforma.git/commitdiff
no
authoryomguy <yomguy@parisson.com>
Sat, 28 Jul 2012 22:50:53 +0000 (00:50 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 28 Jul 2012 22:50:53 +0000 (00:50 +0200)
teleforma/templates/teleforma/course_media.html

index 9ee4508bb293610c88f14959c1ef515f4c04abd5..007642abbf7fadd1cc0cdc1a55b02ecd8c212bd0 100644 (file)
@@ -92,7 +92,7 @@ $(document).ready(function(){
 <div class="media">
 
 {% if "video" in media.mime_type %}
-<div class="video" style="margin-top:1em;">
+<div class="video">
 <video id="my_video_1" class="video-js vjs-default-skin" width="640" height="360" controls preload="auto" data-setup='{}'>
 <!-- Hello Chrome and Firefox (and Opera?) -->
 <source src="{{ MEDIA_URL }}{{ media.item.file }}" type="{{ media.mime_type }}" />