diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 14:32:54 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 14:32:54 -0500 |
commit | 082a675fcdf2d2b222040f9ccfdf5dd90d06ae93 (patch) | |
tree | 36ecbdfc60c56332ff723fc6dbbaf9f25aa3f13f | |
parent | 6f65e9eb907e690f02fe2e339e28fb306b293fd4 (diff) | |
download | mediagoblin-082a675fcdf2d2b222040f9ccfdf5dd90d06ae93.tar.lz mediagoblin-082a675fcdf2d2b222040f9ccfdf5dd90d06ae93.tar.xz mediagoblin-082a675fcdf2d2b222040f9ccfdf5dd90d06ae93.zip |
the delete text should be flush against the image since the edit text is
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 39770f39..72569133 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -97,8 +97,7 @@ </p> <p> <img src="{{ request.staticdirect('/images/icon_delete.png') }}" - class="media_icon" /> - delete + class="media_icon" />delete </p> {% endif %} </p> |