diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:00:18 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-07-13 22:00:18 +0000 |
commit | 54e1557e1b2ba515172d04e3625593ef38d09863 (patch) | |
tree | c903ff469ec3939cf9c404d0f35f635c8c65f909 | |
parent | 038b9cc19b1d4198a2f0408e2f5077b8f490bae3 (diff) | |
download | brdo-54e1557e1b2ba515172d04e3625593ef38d09863.tar.gz brdo-54e1557e1b2ba515172d04e3625593ef38d09863.tar.bz2 |
- Increased width to 100% to reduce wasted space (and that link bar at the top was getting too wide)
-rw-r--r-- | themes/unconed/unconed.theme | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 728a6469a..a4b7f5d7a 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -54,7 +54,7 @@ --> </STYLE> <BODY TEXT="#000000" BGCOLOR="<?php print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> - <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN=CENTER> + <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" WIDTH="100%"> <TR><TD BGCOLOR="<?php print $this->cl00; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/null.gif" WIDTH="10"></TD><TD BGCOLOR="<?php print $this->clc0; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/null.gif" WIDTH="4"></TD> <TD BGCOLOR="<?php print $this->cl80; ?>"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="9" BGCOLOR="<?php print $this->cl80; ?>"> @@ -75,7 +75,7 @@ print "</TR></TD></TABLE>"; ?></TD></TR> <TR> - <TD VALIGN="top" WIDTH="640"> + <TD VALIGN="top" WIDTH="80%"> <?php } @@ -185,10 +185,10 @@ function footer() { ?> </TD> - <TD VALIGN="top" WIDTH="185"> + <TD VALIGN="top" WIDTH="20%"> <?php theme_account($this); - theme_blocks("all", $this); + theme_blocks("all", $this); ?> </TD> </TR> |