From c5aff677b0c76005e544c8d9e7d3eef94661ee64 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 28 Feb 2019 14:50:49 +0100 Subject: [PATCH] dev23 : suppression de marge si 100% --- core/layout/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index 744f716f..4c9a7d71 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -24,8 +24,12 @@ html, body { min-height: 100%; } + +/** + * Original : margin: 0px 10px; + */ body { - margin: 0 10px; + margin: 0px 0px; } /**