diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-01 20:33:51 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-01 20:33:51 +0000 |
commit | 139a2fa37c8fe23e0641043fab859163a6de8722 (patch) | |
tree | 67cad764700d96ab191620a62f531276e87eb05b | |
parent | e0c1980329ac9f0b8906d95934f615e3bd5f47df (diff) | |
download | brdo-139a2fa37c8fe23e0641043fab859163a6de8722.tar.gz brdo-139a2fa37c8fe23e0641043fab859163a6de8722.tar.bz2 |
UnConeD.theme
Removed 'nowrap' from box titles
-rw-r--r-- | themes/unconed/unconed.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index b58695a0a..462832efc 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -192,7 +192,7 @@ <?php print "<TABLE BORDER=\"0\" CELLPADDING=\"3\" CELLSPACING=\"1\" WIDTH=\"100%\">"; - print " <TR><TD ALIGN=\"center\" BGCOLOR=\"$this->bgcolor1\" NOWRAP><FONT COLOR=\"$this->fgcolor1\"><B>$subject</B></FONT></TD></TR>"; + print " <TR><TD ALIGN=\"center\" BGCOLOR=\"$this->bgcolor1\"><FONT COLOR=\"$this->fgcolor1\"><B>$subject</B></FONT></TD></TR>"; print " <TR><TD BGCOLOR=\"$this->bgcolor2\">$content</TD></TR>"; print "</TABLE>"; |