# HG changeset patch # User Brian Neal # Date 1299298282 0 # Node ID 3cf18e6002ddaebd25448fd9e7a560fcf3114155 # Parent 9d470c7a2b937718e690d9bcda9ec14ac09b9e99 Minor cosmetic tweaks; center text in IRC block. Add a break after avatar on shout history view. diff -r 9d470c7a2b93 -r 3cf18e6002dd gpp/templates/irc/irc_block.html --- 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 @@
  • {{ nick.name }}
  • {% endfor %} -

    Join them in the #ShallowEnd!

    +

    Join them in the #ShallowEnd!

    {% else %} -
    -

    #ShallowEnd is empty.

    -
    +

    #ShallowEnd is empty.

    {% endif %} {% endblock %} diff -r 9d470c7a2b93 -r 3cf18e6002dd gpp/templates/shoutbox/shout_detail.html --- a/gpp/templates/shoutbox/shout_detail.html Sat Mar 05 04:03:30 2011 +0000 +++ b/gpp/templates/shoutbox/shout_detail.html Sat Mar 05 04:11:22 2011 +0000 @@ -2,7 +2,7 @@ {% load avatar_tags %} -{% avatar shout.user %} +{% avatar shout.user %}
    {{ shout.user.username }} diff -r 9d470c7a2b93 -r 3cf18e6002dd static/css/base.css --- a/static/css/base.css Sat Mar 05 04:03:30 2011 +0000 +++ b/static/css/base.css Sat Mar 05 04:11:22 2011 +0000 @@ -416,3 +416,6 @@ .post-author { font-size: medium; } +.centered { + text-align: center; +}