Make sure there's a break between the object gallery and its pagination.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 1 Aug 2011 15:46:44 +0000 (10:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 1 Aug 2011 15:46:44 +0000 (10:46 -0500)
mediagoblin/templates/mediagoblin/utils/object_gallery.html

index 1b1c69f61fba4c91287352f5e6ed655e1da0217c..03b85b17463ef154e1c26cfa79cf181bba92fe9e 100644 (file)
@@ -27,6 +27,7 @@
                          entry['media_files']['thumb']) }}" /></a>
       </div>
     {% endfor %}
+    <div class="clear"></div>
     {% if pagination_base_url %}
       {# different url, so set that and don't keep the get params #}
       {{ render_pagination(request, pagination, pagination_base_url, False) }}