liste mots
This commit is contained in:
parent
d8bfa0febd
commit
dd2cf468e7
@ -34,8 +34,11 @@
|
||||
<div class="page_connexplus">
|
||||
<div class="page_container page_connexplus__container">
|
||||
<div class="liste mots"><ul>
|
||||
<BOUCLE_themes(MOTS){id_groupe=1}>
|
||||
<BOUCLE_themes(MOTS){id_groupe=1}{par titre}>
|
||||
<li><a href="#URL_MOT">#TITRE</a></li>
|
||||
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round}|oui)</ul><ul>]
|
||||
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{2}}|oui)</ul><ul>]
|
||||
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{3}}|oui)</ul><ul>]
|
||||
</BOUCLE_themes>
|
||||
</ul></div>
|
||||
</div>
|
||||
|
@ -26,6 +26,15 @@
|
||||
background:$couleurConnexplus;
|
||||
color:#000;
|
||||
margin-bottom:($spacer*1.5);
|
||||
.liste.mots {
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
> ul {
|
||||
width:25%;
|
||||
margin:0;
|
||||
list-style:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
padding-top:0;
|
||||
|
Loading…
Reference in New Issue
Block a user