diff --git a/upload/install/images/style.css b/upload/install/images/style.css index 952083fd898de475c6876e233c7eb2096b0d52cf..4f2b189eee17d95222b81ff56fdd68b1b7eac7b2 100644 --- a/upload/install/images/style.css +++ b/upload/install/images/style.css @@ -39,7 +39,7 @@ table{ border-collapse:collapse; } .btnbox input{ margin:0 2px; } .btnbox textarea{ margin-bottom:10px; height:150px; } .btn{ margin-top:10px; } -.footer{ line-height:40px; text-align:center; background:url(bg_footer.gif) repeat-x; font-size:11px; } +.footer{ line-height:40px; text-align:center; background:#F7FBFE url(bg_footer.gif) repeat-x; font-size:11px; } /* form */ .txt{ width:200px; } diff --git a/upload/install/index.php b/upload/install/index.php index 2b575f4c52896ddc21e9b7fc5219193810b7f000..c6ef24884102293463a9ee9313fb712151dcc3ee 100644 --- a/upload/install/index.php +++ b/upload/install/index.php @@ -483,7 +483,8 @@ if($method == 'show_license') { } else { show_header(); echo '
'; - echo '

'.$lang['install_finish'].'


'; + echo ''; + echo '

'.$lang['install_finish'].'


'; echo '
'; show_footer(); }