From 5ae598c91017e413edab45ae4a57b37cf19b2a1f Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Mon, 13 Nov 2000 19:10:25 +0000 Subject: [PATCH] theme enlargement --- themes/unconed/unconed.theme | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 201a8c0a093c..0fa0e6919212 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -43,11 +43,11 @@ function header($title) { <STYLE type="text/css"> <!-- TABLE { border-width: 0; } - TD { border-width: 0; font-size: 8pt; font-family: verdana,helvetica,arial; } - P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 8pt; font-family: verdana,helvetica,arial; } - BODY { margin: 10px; font-size: 9pt; font-family: verdana,helvetica,arial; } - SMALL { font-size: 8pt; } - BIG { font-size: 10pt; } + TD { border-width: 0; font-size: 10pt; font-family: verdana,helvetica,arial; } + P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 10pt; font-family: verdana,helvetica,arial; } + BODY { margin: 10px; font-size: 10pt; font-family: verdana,helvetica,arial; } + SMALL { font-size: 9pt; } + BIG { font-size: 11pt; } --> </STYLE> <BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> @@ -72,7 +72,7 @@ function header($title) { print "</TR></TD></TABLE>"; ?></TD></TR> <TR> - <TD VALIGN="top" WIDTH="560"> + <TD VALIGN="top" WIDTH="660"> <? } @@ -203,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) { <? $result = mysql_query("SELECT COUNT(tid) FROM comments WHERE sid = $sid AND score < $threshold"); if ($result && $number = mysql_result($result, 0)) { - ?> <SMALL><FONT COLOR="<? echo "$this->fgcolor2"; ?>">There are at least <? echo $number; ?> comments below your threshold.</FONT></SMALL> <? + ?> <BR><SMALL><FONT COLOR="<? echo "$this->fgcolor2"; ?>">There are at least <? echo $number; ?> comments below your threshold.</FONT></SMALL> <? } print "</TD></TR>"; @@ -305,7 +305,7 @@ function box($subject, $content) { function footer() { ?> </TD> - <TD VALIGN="top" WIDTH="150"> + <TD VALIGN="top" WIDTH="200"> <? global $PHP_SELF, $user; -- GitLab