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
Branches
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; } .mejs-container { height: 80% !important; width: 100% !important; position: fixed !important; }
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
<div class="panel-heading"> <div class="panel-heading">
<h1 class="panel-title">Neueste Videos</h1"> <h1 class="panel-title">Neueste Videos</h1">
</div> </div>
<div class="panel-body">
<ul class="list-group videopreview"> <ul class="list-group videopreview">
{% for i in latestvideos %} {% for i in latestvideos %}
{{ preview(i) }} {{ preview(i) }}
...@@ -44,5 +43,4 @@ ...@@ -44,5 +43,4 @@
</div> </div>
</div> </div>
</div> </div>
</div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment