summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-07-14 19:02:36 +0000
committerDries Buytaert <dries@buytaert.net>2001-07-14 19:02:36 +0000
commit8271f6c3613c0c6c196628b82bcd4f0182fac92c (patch)
treecd6f641e092ea57c577a6089bcbd695304fa227a /themes
parent8f0c3fb52e0aa204c8f83912209d1d15e2ebaa20 (diff)
downloadbrdo-8271f6c3613c0c6c196628b82bcd4f0182fac92c.tar.gz
brdo-8271f6c3613c0c6c196628b82bcd4f0182fac92c.tar.bz2
- A lot of (a) visual and (b) navigational improvements to import.module.
Diffstat (limited to 'themes')
-rw-r--r--themes/marvin/marvin.theme8
-rw-r--r--themes/yaroon/yaroon.theme2
2 files changed, 5 insertions, 5 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index d579aa9b1..c60b8bf80 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -32,7 +32,7 @@
BIG { font-size: 12pt; }
-->
</style>
- <body text="#000000" bgcolor="#FFFFFF" alink="#CCCCCC" link="#665555" vlink="#665555">
+ <body text="#000000" bgcolor="#ffffff" alink="#cccccc" link="#665566" vlink="#665566">
<table border="0" cellpadding="8" cellspacing="0">
<tr>
<td><a href="index.php"><img src="themes/marvin/images/logo.gif" alt="" border="0" /></a></td>
@@ -121,15 +121,15 @@
print " <tr>\n";
print " <td>\n";
print " <table border=\"0\" cellpadding=\"5\" cellspacing=\"1\" width=\"100%\">\n";
- print " <tr><td align=\"center\" bgcolor=\"#eaeaea\" nowrap><font color=\"#404040\"><b>$subject</b></font></td></tr>\n";
- print " <tr><td bgcolor=\"#ffffff\">$content</td></tr>\n";
+ print " <tr><td align=\"center\" bgcolor=\"#eaeaea\" nowrap=\"nowrap\"><font color=\"#404040\"><b>$subject</b></font></td></tr>\n";
+ print " <tr><td bgcolor=\"#ffffff\" valign=\"top\">$content</td></tr>\n";
print " </table>\n";
print " </td>\n";
print " </tr>\n";
print "</table>\n";
print "<br />\n\n";
}
-
+
function links($links, $delimiter = " &middot ") {
return implode($delimiter, $links);
}
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme
index 880dabad9..a404e1c2a 100644
--- a/themes/yaroon/yaroon.theme
+++ b/themes/yaroon/yaroon.theme
@@ -205,7 +205,7 @@
default: $img = "square.gif";
}
-?>
+?>
<table width="90%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td class="box"><img src="themes/yaroon/images/square.gif" />&nbsp;<b><?php echo $subject; ?></b></td>