améliorons l'encart émission en cours

This commit is contained in:
chankalan 2021-09-28 16:45:44 +02:00
parent 3580c1709b
commit 2c61f8f13b
2 changed files with 6 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</BOUCLE_sl><B_autres>#SET{chapitres,oui} </BOUCLE_sl><B_autres>#SET{chapitres,oui}
<div class="sujet_autre"> <div class="sujet_autre">
<h2><:libreavous:et_aussi:></h2> <h2><:libreavous:et_aussi:></h2>
<ul> <ul class="spip">
<BOUCLE_autres(CHAPITRES){si #ENV{date}|<={#DATE}|non}{id_article}{type_sujet!=SL}> <BOUCLE_autres(CHAPITRES){si #ENV{date}|<={#DATE}|non}{id_article}{type_sujet!=SL}>
<li><INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} /></li> <li><INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} /></li>
</BOUCLE_autres> </BOUCLE_autres>

View File

@ -595,10 +595,10 @@ h2 {
&.flex { &.flex {
width:auto; width:auto;
} }
.article_emission & > div { > ul {
@include flex; @include flex;
@include vendor-prefix(flex-wrap, wrap); @include vendor-prefix(flex-wrap, wrap);
> * { > li {
width:50%; width:50%;
&:nth-child(odd) { &:nth-child(odd) {
padding-right:$spacer*2; padding-right:$spacer*2;
@ -606,6 +606,9 @@ h2 {
&:nth-child(even) { &:nth-child(even) {
padding-left:$spacer*2; padding-left:$spacer*2;
} }
h3 {
margin:0;
}
} }
} }
// pour insertion dans le texte/chapo avant d'avoir le podcast // pour insertion dans le texte/chapo avant d'avoir le podcast