From f0f1f9638e399565d97a413e43552f207a43527a Mon Sep 17 00:00:00 2001 From: Jeroen Bensch <jeroen@44.no-reply.drupal.org> Date: Thu, 22 Jun 2000 19:21:11 +0000 Subject: [PATCH] *** empty log message *** --- themes/jeroen/theme.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/jeroen/theme.class.php b/themes/jeroen/theme.class.php index c7fdec01eff3..8c7c6d4c353d 100644 --- a/themes/jeroen/theme.class.php +++ b/themes/jeroen/theme.class.php @@ -31,7 +31,7 @@ function header($title) { --> </STYLE> <BODY TEXT="#202020" BGCOLOR="#FEFEFE" BACKGROUND="themes/Jeroen/images/background.gif" ALINK="#000000" LINK="#000000" VLINK="#000000"> - <TABLE WIDTH="750" ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="6"> + <TABLE WIDTH="770" ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="6"> <TR> <TD COLSPAN="2"> <? if (rand(0,150) == 75) $img = "logo2.gif"; else $img = "logo.gif"; ?> @@ -499,7 +499,7 @@ function box($subject, $content) { function footer() { ?> </TD> - <TD WIDTH="160" VALIGN="top" ALIGN="right"> + <TD WIDTH="180" VALIGN="top" ALIGN="right"> <? global $PHP_SELF; -- GitLab