diff --git a/stylesheets/style.css b/stylesheets/style.css index dd6c3c58..ce67bf9d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -360,6 +360,10 @@ form table tr td div label { font-size: 10px; } +.files.multifile { + float: left; +} + .file { float: left; } diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index be25a276..dfda5cc9 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -1,7 +1,7 @@ {% if post.embed %} {{ post.embed }} {% else %} -
+
{% for file in post.files %}
{% if file.file == 'deleted' %}