From c63882b49ae5b2af7cf8a17adf6246f11ad8cbdd Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 27 Apr 2020 18:53:22 +0200 Subject: [PATCH] =?UTF-8?q?Pb=20de=20d=C3=A9calage=20de=20marges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index e817fe02..57ed0647 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -329,7 +329,7 @@ td > .col12 { #bar { background: #212223; padding-left: 5px; /* Pour éviter que le select touche le bord lorsque la fenêtre est redimensionnée */ - /*margin: 0 -10px;*/ + margin: 0; /*-10px;*/ text-align: right; position: -webkit-sticky; /* Safari */ position: sticky; @@ -426,7 +426,7 @@ td > .col12 { @media (min-width:769px) { body > header { - margin: 0 -10px; + margin: 0 ;/*-10px;*/ } header { margin:0; @@ -458,7 +458,7 @@ header .container { /* Menu */ body > nav { - margin: 0 -10px; + /*margin: 0 -10px;*/ } /* Items du menu */ @@ -629,8 +629,7 @@ section:after { /* Pied de page */ body > footer { - /*margin: 0 -10px;*/ - margin: 0; + margin: 0;/* -10px;*/ } /*