diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-13 19:26:17 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-13 19:26:17 +0000 |
commit | c3e6f0014152d75d56f695f1f1cdfaee0caa2de1 (patch) | |
tree | 4057a0aedc98f5626d1fa9a95a9dfdcf51bc47fb | |
parent | 5ae598c91017e413edab45ae4a57b37cf19b2a1f (diff) | |
download | brdo-c3e6f0014152d75d56f695f1f1cdfaee0caa2de1.tar.gz brdo-c3e6f0014152d75d56f695f1f1cdfaee0caa2de1.tar.bz2 |
theme tweaking
-rw-r--r-- | themes/unconed/unconed.theme | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 0fa0e6919..39eca9231 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -43,11 +43,11 @@ <STYLE type="text/css"> <!-- TABLE { border-width: 0; } - 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; } + TD { border-width: 0; font-size: 9pt; font-family: verdana,helvetica,arial; } + P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 9pt; font-family: verdana,helvetica,arial; } + BODY { margin: 10px; font-size: 9pt; font-family: verdana,helvetica,arial; } + SMALL { font-size: 8pt; } + BIG { font-size: 10pt; } --> </STYLE> <BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> @@ -72,7 +72,7 @@ print "</TR></TD></TABLE>"; ?></TD></TR> <TR> - <TD VALIGN="top" WIDTH="660"> + <TD VALIGN="top" WIDTH="640"> <? } @@ -305,7 +305,7 @@ function footer() { ?> </TD> - <TD VALIGN="top" WIDTH="200"> + <TD VALIGN="top" WIDTH="185"> <? global $PHP_SELF, $user; |