Minor cosmetic change to installer: bumped down Continue button on payload page by 12px
--- a/install/includes/stages/install.php Sun Dec 21 17:25:28 2008 -0500
+++ b/install/includes/stages/install.php Sun Dec 21 17:32:03 2008 -0500
@@ -114,7 +114,7 @@
close_install_table();
?>
-<form action="install.php?stage=finish" method="post">
+<form action="install.php?stage=finish" method="post" style="margin-top: 12px;">
<input type="hidden" name="language" value="<?php echo $lang_id; ?>" />
<div style="text-align: center;">
<input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" />