From b0ee0276e843ee3f9a644d278069ef1eca5711b9 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 27 Feb 2006 20:45:49 +0000
Subject: [PATCH] =?UTF-8?q?Cosme=CC=81tique:=20le=20width=2080%=20de=CC=81?=
 =?UTF-8?q?calait=20l'image;=20si=20on=20fait=20c=CC=A7a,=20ne=20le=20fair?=
 =?UTF-8?q?e=20que=20sur=20le=20texte=20sous=20l'image.=20Ajoute=CC=81=20d?=
 =?UTF-8?q?e=20l'espace=20avant=20et=20apre=CC=80s=20le=20document=20centr?=
 =?UTF-8?q?e=CC=81.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 spip_style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spip_style.css b/spip_style.css
index 29be94a730..776881074a 100644
--- a/spip_style.css
+++ b/spip_style.css
@@ -41,7 +41,8 @@ h3.spip {
 .spip_documents_center {
 	margin: auto;
 	text-align: center;
-	width: 80%;
+	margin-top: 15px;
+	margin-bottom: 15px;
 }
 
 .spip_documents_left{
-- 
GitLab