Mercurial > public > madeira
diff mysite/templates/band/gigs.html @ 12:d771b81e927e
Incorporate blueprints css into the site design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 11 May 2010 23:18:32 +0000 |
parents | e602b5302b94 |
children | 10be1f4f121b |
line wrap: on
line diff
--- a/mysite/templates/band/gigs.html Sun May 02 18:21:38 2010 +0000 +++ b/mysite/templates/band/gigs.html Tue May 11 23:18:32 2010 +0000 @@ -16,7 +16,8 @@ <p style="clear:both"> {% if show.flyer %} <a href="{{ show.flyer.image.url }}" class="thickbox" rel="madeira-gallery"> - <img style="float:left; margin-right:5px; margin-bottom:1em" src="{{ show.flyer.get_thumbnail_url }}" + <!-- <img style="float:left; margin-right:5px; margin-bottom:1em" src="{{ show.flyer.get_thumbnail_url }}" --> + <img class="left" src="{{ show.flyer.get_thumbnail_url }}" alt="{{ show.flyer.caption }}" title="{{ show.flyer.caption }}" /></a> {% endif %} <strong>{{ show.date|date:"F d, Y" }}</strong> @@ -82,8 +83,7 @@ {% if flyerGigs %} <div class="thumb-box"> <h2>Flyers</h2> - <table align="center" border="0"> - <tr><td> + <center> {% for gig in flyerGigs %} <table class="image-table"> <caption>{{ gig.venue.name}}, {{ gig.date|date:"F 'y" }}</caption> @@ -93,8 +93,7 @@ </td></tr> </table> {% endfor %} - </td></tr> - </table> + </center> <div clear="all"></div> <center><p>To see all our flyers in full size, check out our <a href="{% url band.views.flyers %}">show flyer gallery</a>.</p></center> </div>