Mercurial > public > madeira
changeset 125:b64d8c5cec6e
Tweak the flyers on the gigs page for small devices.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 29 Oct 2013 20:40:09 -0500 |
parents | 734c232604dc |
children | c59287134f90 |
files | madeira/templates/gigs/gigs.html |
diffstat | 1 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/madeira/templates/gigs/gigs.html Sun Oct 27 12:14:03 2013 -0500 +++ b/madeira/templates/gigs/gigs.html Tue Oct 29 20:40:09 2013 -0500 @@ -83,15 +83,11 @@ <ul class="list-inline list-unstyled row"> {% for gig in flyer_gigs %} - <li class="col-xs-4 col-sm-4 col-md-4"> - <div class="thumbnail text-center"> - <a href="{{ gig.flyer.image.url }}" class="img-responsive fancybox" rel="madeira-gallery"> + <li class="col-xs-4 col-sm-4 col-md-4 top-buffer"> + <a href="{{ gig.flyer.image.url }}" class="thumbnail fancybox" rel="madeira-gallery"> <img src="{{ gig.flyer.get_thumbnail_url }}" alt="{{ gig.date|date:"F d, Y" }}" - title="{{ gig.date|date:"F d, Y" }}" /></a> - <div class="caption"> - <small>{{ gig.venue.name}}, {{ gig.date|date:"F 'y" }}</small> - </div> - </div> + class="img-responsive" + title="{{ gig.venue.name }}, {{ gig.date|date:"F d, Y" }}" /></a> </li> {% endfor %} </ul>