diff bns_website/templates/bands/band_list.html @ 74:e0a0ebc56afe

The 1 pixel border around hero-unit broke this page. Shrank one column to fix; not sure if that was totally right or not. Style the button to visit the band website in the Future Bugler font.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Nov 2011 20:31:17 -0600
parents c3b4884fe4ea
children e60af48feb00
line wrap: on
line diff
--- a/bns_website/templates/bands/band_list.html	Wed Nov 23 20:24:54 2011 -0600
+++ b/bns_website/templates/bands/band_list.html	Wed Nov 23 20:31:17 2011 -0600
@@ -59,12 +59,12 @@
                      <img src="http://placehold.it/200x200&text={{ band.name|escapejs }}">
                   {% endif %}
                </div>
-               <div class="span10">
+               <div class="span9">
                   <h1>{{ band.name }}</h1>
                   <br/>
                   <span>{{ band.notes }}</span>
                   {% if band.url %}
-                     <p style="margin-top:1em"><a class="btn default" href="{{ band.url }}">Band Site</a></p>
+                     <p style="margin-top:1em"><a class="btn default bns" href="{{ band.url }}">Visit Website</a></p>
                   {% endif %}
                </div>
             </div>