diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/marvin/marvin.theme | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 4952d1426..e8664fdc0 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -43,7 +43,7 @@ <td> </td> </tr> <tr> - <td align="right" colspan="2"> + <td colspan="2" style="text-align: right;"> <small> <?php print $this->links(link_page()); @@ -52,7 +52,7 @@ </td> </tr> <tr> - <td valign="top" width="85%"> + <td style="vertical-align: top; width: 85%;"> <?php } @@ -63,7 +63,7 @@ } print "\n<!-- node: \"$node->title\" -->\n"; - print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"; + print "<table cellpadding=\"0\" cellspacing=\"0\" style=\"border 0px; width: 100%;\">\n"; print " <tr><td colspan=\"2\"><img src=\"$this->path/images/drop.gif\" alt=\"\" /> <b>$node->title</b></td></tr>\n"; print " <tr valign=\"bottom\"><td colspan=\"2\" bgcolor=\"#000000\" width=\"100%\"><img src=\"$this->path/images/pixel.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>\n"; print " <tr><td nowrap=\"nowrap\"><font color=\"#7C7C7C\"><small>". t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?><?php print "</small></font></td><td align=\"right\" valign=\"top\" nowrap=\"nowrap\"><small>". $this->links($terms) ."</small></td></tr>\n"; |