diff options
-rw-r--r-- | bn_django/photos/templates/photos/gallery_list.html | 2 | ||||
-rw-r--r-- | static/style/default.css | 3 |
2 files changed, 1 insertions, 4 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}} diff --git a/static/style/default.css b/static/style/default.css index 9ef9eb2..8b75b65 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -180,9 +180,6 @@ pre.large { border: none; vertical-align: middle; text-align: center; } -td.gallery_title { - vertical-align: top; - padding-left: 14px; } table.thumbs tr { padding: 0px; margin: 0px; } |