From a1561a615b8d364848e70a19fc9835c80dd22edf Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Mon, 20 Jul 2015 21:30:09 +0000 Subject: [PATCH] =?UTF-8?q?Corrige=20l'affichage=20d'une=20citation=20ayan?= =?UTF-8?q?t=20une=20image=20flotante=20juste=20avant=20:=20le=20bord=20de?= =?UTF-8?q?=20la=20citation=20est=20bien=20pouss=C3=A9e=20par=20l'image=20?= =?UTF-8?q?(solution=20trouv=C3=A9e=20ici=20:=20http://stackoverflow.com/q?= =?UTF-8?q?uestions/2209842/how-to-shorten-blockquote-to-wrap-around-float?= =?UTF-8?q?ed-div)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylessoyezcreateurs.css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index f291d9a2..316f9078 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -755,7 +755,7 @@ dl#listearticlerubrique { clear:left; padding: 0; margin: .5em 0 1.5em; } .datepublication { float: right; display: block; color: [#(#GET{c_container}|couleur_inverserluminosite{30}|couleur_saturer{0})]; font-weight: normal; font-style: italic; } .lienarchives { float: right; margin-right: 1em; } -blockquote.spip { padding: .3em 1em .4em; padding-right:1em; padding-left:70px; margin: 1em 1.5em 1.5em 1.5em; background: [ (#GET{c_cadrestexte_bk})] url([(#CHEMIN{images/quoteleft.gif}|url_absolue)]) no-repeat top left; border: none; color: [ (#GET{c_cadrestexte})]; } +blockquote.spip { padding: .3em 1em .4em; padding-right:1em; padding-left:70px; margin: 1em 1.5em 1.5em 1.5em; background: [ (#GET{c_cadrestexte_bk})] url([(#CHEMIN{images/quoteleft.gif}|url_absolue)]) no-repeat top left; border: none; color: [ (#GET{c_cadrestexte})]; overflow: auto; } blockquote.spip_poesie { padding: .5em; padding-right:50px; padding-left:1em; margin: 1em 2em; margin-right:2em; margin-left:1em; background: [ (#GET{c_cadrestexte_bk})] top right url([(#CHEMIN{images/poesie.gif}|url_absolue)]) no-repeat; border:none; border-right: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite)]; border-top: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{40})]; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; color: [ (#GET{c_cadrestexte})]; } div.spip_poesie div { margin-left: 60px; text-indent: -60px; } -- GitLab