# HG changeset patch
# User Brian Neal <bgneal@gmail.com>
# Date 1240178327 0
# Node ID 81e2449a59325cc57d67fdd5d0c58518488aad22
# Parent  c284c0e5c5dbd5c832a56a3d75b4219bdeef3223
Center the text in the IRC status block.

diff -r c284c0e5c5db -r 81e2449a5932 gpp/templates/irc/irc_block.html
--- a/gpp/templates/irc/irc_block.html	Sun Apr 19 21:51:25 2009 +0000
+++ b/gpp/templates/irc/irc_block.html	Sun Apr 19 21:58:47 2009 +0000
@@ -9,6 +9,8 @@
 </ul>
 <p>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>
 {% endif %}
 {% endblock %}