Mercurial > public > sg101
diff gpp/templates/irc/irc_block.html @ 364:3cf18e6002dd
Minor cosmetic tweaks; center text in IRC block. Add a break after avatar on shout history view.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Mar 2011 04:11:22 +0000 |
parents | 81e2449a5932 |
children | 54cbdef18cf4 |
line wrap: on
line diff
--- a/gpp/templates/irc/irc_block.html Sat Mar 05 04:03:30 2011 +0000 +++ b/gpp/templates/irc/irc_block.html Sat Mar 05 04:11:22 2011 +0000 @@ -7,10 +7,8 @@ <li>{{ nick.name }}</li> {% endfor %} </ul> -<p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> +<p class="centered">Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> {% else %} -<center> -<p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> -</center> +<p class="centered"><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> {% endif %} {% endblock %}