Skip to content
Snippets Groups Projects
Commit 22c06b14 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed recent list at start

parent 022ac834
No related branches found
No related tags found
No related merge requests found
.videopreview li:nth-child(odd) { background: #f5f5f5; }
.videopreview li:nth-child(even) { background: #f5f5f5; }
.mejs-container { height: 80% !important; width: 100% !important; position: fixed !important; }
......@@ -34,7 +34,6 @@
<div class="panel-heading">
<h1 class="panel-title">Neueste Videos</h1">
</div>
<div class="panel-body">
<ul class="list-group videopreview">
{% for i in latestvideos %}
{{ preview(i) }}
......@@ -44,5 +43,4 @@
</div>
</div>
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment