From 7264fa40de5f9e2e5661cdb689d19d2b9d1ed325 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Thu, 9 Jan 2014 10:51:00 +0000
Subject: [PATCH] Largeur qui provoquait un ascenseur horizontal (Pascal)

---
 stylescommuniquant.css.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stylescommuniquant.css.html b/stylescommuniquant.css.html
index b0ce0e63..10d5339d 100644
--- a/stylescommuniquant.css.html
+++ b/stylescommuniquant.css.html
@@ -114,13 +114,13 @@ div#content { margin: 0; width:#GET{LargeurContaineur}px; }
  }
  #communiquant_content_extra {
 	float: none;
-	width: 100%;
+	width: inherit;
  }
 }
 
 @media (max-width: 640px) {
  #homeDessousBreves, .dessousbreves, #homequoideneuf, #homeagenda {
-	width: 100%;
+	width: inherit;
 	float: none;
  }
 }
-- 
GitLab