From bc5858fe834a917bca7f0e28aaab40c3a9cf7618 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 8 Aug 2014 23:08:02 +0200 Subject: [PATCH] image id buttons should be smaller --- templates/post/fileinfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 73bdf2d2..969a901b 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -29,7 +29,7 @@ {% endif %} ) {% include "post/image_identification.html" %} - {% include "post/file_controls.html" %}

+ {% include "post/file_controls.html" %}

{% include "post/image.html" with {'post':file} %} {% endif %}