From 92c3b06c6314951aaf846d9267e2aa336a0a6b7b Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Sat, 9 Dec 2017 21:58:39 +0000
Subject: [PATCH] Il va falloir trouver une autre solution, cf
 http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems

---
 layout.css.html               | 5 +++--
 stylessoyezcreateurs.css.html | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/layout.css.html b/layout.css.html
index 39776ef7..b3c4f3bd 100644
--- a/layout.css.html
+++ b/layout.css.html
@@ -347,7 +347,7 @@
 
 /* Astuce trouvée sur https://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same-height */
 /* Mais ça pose problème avec les ancres : http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems */
-#contenu { overflow: hidden; width: 100%; }
+/*#contenu { overflow: hidden; width: 100%; }
 #content, #navigation, #extra {
 	padding-bottom: 5000em;
 	margin-bottom: -5000em;
@@ -357,4 +357,5 @@
   content: "";
   display: table;
   clear: both;
-}
\ No newline at end of file
+}
+*/
\ No newline at end of file
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 1c53426d..d291c627 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -625,7 +625,7 @@ a#logo { display: block; clear: right; margin-left: 80px; }
 #content[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|oui), .cartouche] { background-color: #GET{c_container_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});] color: #GET{c_container}; }
 #miettesdepain { background-color: #GET{c_fildariane_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencefildariane,1}|!={1}|oui)background-color: rgba([(#GET{c_fildariane_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencefildariane,1});] color: #GET{c_fildariane}; }
 /* Astuce : https://www.fourfront.us/blog/css-shadow-borders-with-curved-box-shadows */
-#contenu, #content { position:relative; overflow:hidden; }
+#content { position:relative; overflow:hidden; }
 [(#CONFIG{soyezcreateurs_couleurs/ombrecontentbefore,none}!={none}|oui)
 [(#CONFIG{soyezcreateurs_couleurs/ombrecontentbefore,none}|=={left}|oui)
 #content:before {
-- 
GitLab