diff options
| author | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 21:04:28 -0500 |
|---|---|---|
| committer | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 21:04:28 -0500 |
| commit | 456335102259e050a85202b5b818eea2018b574d (patch) | |
| tree | 38f7ed0a5742683e4b370538846efdec1f280be3 /bn_django | |
| parent | 07445b215937ae60d843c9cd44a7b6b2e7d6d8cc (diff) | |
| download | bnewnet-456335102259e050a85202b5b818eea2018b574d.tar.gz bnewnet-456335102259e050a85202b5b818eea2018b574d.zip | |
more style tweaks
Diffstat (limited to 'bn_django')
| -rw-r--r-- | bn_django/photos/templates/photos/gallery_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/templates/photos/gallery_list.html b/bn_django/photos/templates/photos/gallery_list.html index 8a38561..11c7289 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -17,7 +17,7 @@ (No photo available) {% endif %} </a> - </td><td style="vertical-align: top;" > + </td><td style="vertical-align: top; padding-left: 14px;" > <h3 style="font-size: 150%;"> <a href="{{ item.slug }}/">{{ item.title }}</a></h3> {{ item.photo_set.count }} photo{{ item.photo_set.count|pluralize}} |
