From 0b94d97cf43eefb8d79eb109d7f1cb481e5c4b64 Mon Sep 17 00:00:00 2001
From: tetue <tetue@rezo.net>
Date: Mon, 9 Oct 2006 21:12:24 +0000
Subject: [PATCH] Oups

---
 dist/habillage.css  | 1 +
 dist/spip_style.css | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dist/habillage.css b/dist/habillage.css
index 8c74169362..9d75c3ccbd 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -235,6 +235,7 @@ q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
 	padding-top: 2px;
 	border-top: 2px solid #CCC; }
 #documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
+#documents_joints ul { margin: 0; padding: 0; list-style: none; }
 #documents_joints li { margin-bottom: 0.4em; }
 #documents_joints li .spip_doc_titre {}
 #documents_joints li .spip_doc_titre small { font-weight: normal; }
diff --git a/dist/spip_style.css b/dist/spip_style.css
index c0bd281cff..2a2cdea9a5 100644
--- a/dist/spip_style.css
+++ b/dist/spip_style.css
@@ -78,7 +78,7 @@ span.spip_documents_center { display: block; margin-top:1em; }
 .format_png { behavior: url(win_png.htc); }
 
 /* modeles par defaut */
-.spip_modele { float: right; display: block; border: 1px dotted grey; width: 180px; }
+.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }
 
 /* Barre de raccourcis typographiques */
 table.spip_barre { width: 100%; }
-- 
GitLab