master
Nick Sergeant 2015-10-29 12:35:38 -04:00
parent 1aa9d66b3e
commit 10d36bdd9c
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -3192,6 +3192,8 @@ video {
border: 10px solid #E4E2E4;
border-radius: 5px;
box-sizing: border-box;
height: auto;
margin-top: 50px;
max-width: 100%;
width: 1056px;
}

View File

@ -41,7 +41,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?120" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?121" />
{% endif %}
{% if has_snipts and not detail %}

View File

@ -125,7 +125,6 @@
<div class="video-container">
<video controls loop autoplay src="{{ STATIC_URL }}/video/demo.mp4">
<source src="{{ STATIC_URL }}/video/demo.mp4" type="video/mp4">
{# <source src="movie.ogg" type="video/ogg"> #}
Your browser does not support the video tag.
</video>
</div>