From 5c71e6cf986cf67e7470588ebce73a0178199402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Discuz=E5=BA=94=E7=94=A8=E4=B8=AD=E5=BF=83?= <1453650@qq.com> Date: Mon, 1 Mar 2021 23:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=AE=8C=E6=88=90=E6=97=B6?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E5=B8=B8=E7=94=A8=E7=BD=91=E7=AB=99=EF=BC=8C?= =?UTF-8?q?=E6=AF=94=E5=A6=82=E4=BD=BF=E7=94=A8=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/install/images/style.css | 2 +- upload/install/index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/upload/install/images/style.css b/upload/install/images/style.css index 952083fd8..4f2b189ee 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 2b575f4c5..c6ef24884 100644 --- a/upload/install/index.php +++ b/upload/install/index.php @@ -483,7 +483,8 @@ if($method == 'show_license') { } else { show_header(); echo '
'; show_footer(); } -- Gitee