Add a clear div between the object gallery and the "user's media" / atom feed

This commit is contained in:
Christopher Allan Webber 2011-07-31 15:00:42 -05:00
parent bc0b10d177
commit 4a74d54ef5

View File

@ -80,6 +80,7 @@
<div class="grid_10 omega">
{% set pagination_base_url = user_gallery_url %}
{% include "mediagoblin/utils/object_gallery.html" %}
<div class="clear"></div>
<p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p>
<a href={{ request.urlgen(
'mediagoblin.user_pages.atom_feed',