From 7337d73e67d22bf95ded0ef86f1fcb0659312606 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Tue, 24 Feb 2004 14:54:35 +0000 Subject: [PATCH] Ajout spip_poesie --- spip_style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spip_style.css b/spip_style.css index 677fdcb041..f3cfb10f52 100644 --- a/spip_style.css +++ b/spip_style.css @@ -86,6 +86,16 @@ blockquote.spip { padding: 5px; } +div.spip_poesie { + margin-left: 10px; + padding-left: 10px; + border-left: 1px solid #999999; +} +div.spip_poesie div { + text-indent: -60px; + margin-left: 60px; +} + .spip_bouton { background-color: #FFCC00;} -- GitLab