diff --git a/stylesheets/fonts/OpenSans-Light-webfont.eot? b/stylesheets/fonts/OpenSans-Light-webfont.eot?
deleted file mode 100644
index 12430030..00000000
Binary files a/stylesheets/fonts/OpenSans-Light-webfont.eot? and /dev/null differ
diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html
index 45239c5b..6cc75a7d 100644
--- a/templates/themes/catalog/catalog.html
+++ b/templates/themes/catalog/catalog.html
@@ -18,74 +18,75 @@
{{ settings.subtitle }}
-
- - {% trans 'Bump order' %}
- - {% trans 'Creation date' %}
- - {% trans 'Reply count' %}
- - {% trans 'Random' %}
-
-
- {% trans 'Sort by' %}:
-
-
- {% trans 'Image size' %}:
-
-
-
- {% for post in recent_posts %}
- -
+
- {% trans 'Bump order' %}
+ - {% trans 'Creation date' %}
+ - {% trans 'Reply count' %}
+ - {% trans 'Random' %}
+
+
+
{% trans 'Sort by' %}:
+
+
+
{% trans 'Image size' %}:
+
+
+
+
+ {% for post in recent_posts %}
+ -
-
-
- {% if post.youtube %}
-
-
-
-
R: {{ post.reply_count }} / I: {{ post.image_count }}
- {% if post.subject %}
-
-
- {{ post.subject|e }}
-
-
- {% else %}
-
- {% endif %}
+
+
+ {% if post.youtube %}
+
+
+
+
R: {{ post.reply_count }} / I: {{ post.image_count }}
+ {% if post.subject %}
+
+
+ {{ post.subject|e }}
+
+
+ {% else %}
+
+ {% endif %}
+
+ {{ post.body }}
+
+
+
+ {% endfor %}
+
+
- {{ post.body }}
-
-
-
- {% endfor %}
-
-
-
-
+