Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv14310/ecrire
Modified Files:
inc_texte.php3 spip_style.php3
Log Message:
cosmetrucs
Index: inc_texte.php3
RCS file: /home/spip-cvs/spip/ecrire/inc_texte.php3,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- inc_texte.php3 23 Oct 2003 20:08:36 -0000 1.171
+++ inc_texte.php3 24 Oct 2003 22:19:54 -0000 1.172
@@ -827,8 +827,8 @@
/* 12 */ "\n<p class=\"spip\">",
/* 13 */ "<p class=\"spip\">",
/* 14 */ " ",
- /* 15 */ "<div class=\"spip_quote\">",
- /* 16 */ "</div>"
+ /* 15 */ "<blockquote class=\"spip\">",
+ /* 16 */ "</blockquote>"
);
$letexte = ereg_remplace($cherche1, $remplace1, $letexte);
}
Index: spip_style.php3
RCS file: /home/spip-cvs/spip/ecrire/spip_style.php3,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- spip_style.php3 24 Oct 2003 21:38:59 -0000 1.24
+++ spip_style.php3 24 Oct 2003 22:19:54 -0000 1.25
@@ -429,8 +429,9 @@
background-color: #FFFFFF;
padding: 5px;
}
-.spip_quote {
- margin-left : 40px;
+blockquote.spip {
+ margin-<?php echo $left; ?>: 40px;
+ margin-<?php echo $right; ?>: 0px;
margin-top : 10px;
margin-bottom : 10px;
border : solid 1px #aaaaaa;