changeset 25:81e2449a5932

Center the text in the IRC status block.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Apr 2009 21:58:47 +0000
parents c284c0e5c5db
children db40c2754580
files gpp/templates/irc/irc_block.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 %}