Mercurial > public > sg101
view gpp/templates/smiley/smiley_farm.html @ 163:4f07047e0a40
Shoutbox history CSS tweaks. For some reason, the table lost the top and bottom borders.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Dec 2009 03:56:26 +0000 |
parents | 3ae999b0c53b |
children |
line wrap: on
line source
<div class="smiley_farm"> {% for s in smilies %} <img src="{{ s.image.url }}" alt="{{ s.code }}" title="{{ s.title }} {{ s.code }}" /> {% endfor %} </div>