From 00e7407f9df536d40c11849e86cfedab2be967f7 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Sun, 24 Apr 2005 21:51:31 +0000
Subject: [PATCH] Styles des spip_documents inseres dans le texte.

---
 ecrire/spip_style.php3 | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3
index 9cc8fd4d60..97663173d6 100644
--- a/ecrire/spip_style.php3
+++ b/ecrire/spip_style.php3
@@ -1332,19 +1332,22 @@ h3.spip {
 }
 .spip_documents_center{
 	margin: auto; 
-	text-align: center;:
+	text-align: center;
+	width: 80%
 }
 
 .spip_documents_left{
-	float: left;
-	margin: 4px; 
-	text-align: center;:
+	margin: 0px; 
+	margin-right: 20px;
+	margin-bottom: 5px;
+	text-align: center;
 }
 
 .spip_documents_right{
-	float: right;
-	margin: 4px; 
-	text-align: center;:
+	margin: 0px; 
+	margin-left: 20px;
+	margin-bottom: 5px;
+	text-align: center;
 }
 
 table.spip {
-- 
GitLab