diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 20:44:25 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 20:44:25 -0500 |
commit | 07445b215937ae60d843c9cd44a7b6b2e7d6d8cc (patch) | |
tree | 324fe432249126ca3f90ae459cdd88d3c04e9b42 /bn_django/photos | |
parent | 449f74df4729f67c89190efdde22249771215bd5 (diff) | |
download | bnewnet-07445b215937ae60d843c9cd44a7b6b2e7d6d8cc.tar.gz bnewnet-07445b215937ae60d843c9cd44a7b6b2e7d6d8cc.zip |
simple style fixes
Diffstat (limited to 'bn_django/photos')
-rw-r--r-- | bn_django/photos/templates/photos/gallery_list.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bn_django/photos/templates/photos/gallery_list.html b/bn_django/photos/templates/photos/gallery_list.html index 1757a22..8a38561 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -17,12 +17,12 @@ (No photo available) {% endif %} </a> - </td><td class="gallery_title"> - <h3><a href="{{ item.slug }}/">{{ item.title }}</a></h3> - <br /> + </td><td style="vertical-align: top;" > + <h3 style="font-size: 150%;"> + <a href="{{ item.slug }}/">{{ item.title }}</a></h3> {{ item.photo_set.count }} photo{{ item.photo_set.count|pluralize}} {% if item.first.date %} - starting in {{ item.first.date }}{% endif %} + starting in {{ item.first.date|date:"M, Y" }}{% endif %} </td></tr> {% endfor %} </table> |