diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-01 21:48:38 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-01 21:48:38 +0000 |
commit | 70520c7b0548bd70b30b1c553bda087c7321e1dc (patch) | |
tree | dc4912cdbba76719ed2180653efc85a17da2f8ae | |
parent | 6a6e9cc8a22bc88ba91ab63395def0227365569d (diff) | |
download | brdo-70520c7b0548bd70b30b1c553bda087c7321e1dc.tar.gz brdo-70520c7b0548bd70b30b1c553bda087c7321e1dc.tar.bz2 |
funky theme bug makes netscape look ugly
-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 28834fe58..863c89ef1 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -53,7 +53,7 @@ <BODY TEXT="#000000" BGCOLOR="<? print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN=CENTER> <TR><TD BGCOLOR="<? print $this->cl00; ?>"><IMG SRC="themes/<? print $this->themename; ?>/images/null.gif" WIDTH="10"></TD><TD BGCOLOR="<? print $this->clc0; ?>"><IMG SRC="themes/<? print $this->themename; ?>/images/null.gif" WIDTH="4"></TD> - <TD BGCOLOR="<? print $this->clc0; ?>"> + <TD BGCOLOR="<? print $this->cl80; ?>"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="9" BGCOLOR="<? print $this->cl80; ?>"> <TR> <TD COLSPAN="2"><IMG SRC="themes/<? print $this->themename; ?>/images/logo.gif" ALT="drop.org logo"></TD> |