From 4838364cafc946997dcd440d86bd6f50bd8480d6 Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Fri, 3 Mar 2023 15:17:45 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Corriger=20le=20header=20avait=20mis=20d?= =?UTF-8?q?u=20bazar=20dans=20le=20pied=20de=20page...=20corrig=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- khbb/css/index.css | 5 ++--- khbb/index.template.php | 39 +++++++++++++++++++++------------------ 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/khbb/css/index.css b/khbb/css/index.css index 77d533e..d7f9dce 100644 --- a/khbb/css/index.css +++ b/khbb/css/index.css @@ -1194,7 +1194,7 @@ html[lang="el-GR"] .inline_mod_check { } /* Set maximum width limit for content */ -#top_section .inner_wrap, #wrapper, #footer .inner_wrap { +#top_section .inner_wrap, #wrapper, #footer .inner_wrap, #footer { max-width: 1200px; margin: 0 auto; width: 90%; @@ -1515,8 +1515,7 @@ font-size: large; clear: both; } /* The footer with copyright links etc. */ -#footer { - margin: 0; +.footer2 { padding: 10px 0; background: var(--color2); } diff --git a/khbb/index.template.php b/khbb/index.template.php index f0838b4..18423b9 100644 --- a/khbb/index.template.php +++ b/khbb/index.template.php @@ -465,30 +465,33 @@ function template_body_below() '; // Show the footer with copyright, terms and help links. - echo ' + echo '
';