[AJ] Suppression du DIV 'ensemble_element'
* Suppression de la balise * Remplacement par un UL * Ajout de LI * Ajout d'un point virgule pour les lecteurs audios * Ajout du CSS pour cacher les points virgules
This commit is contained in:
parent
e6ceaf3952
commit
e7cfb0fefa
@ -2,4 +2,4 @@
|
||||
|
||||
<h2>@@TITRE_CATEG@@</h2>
|
||||
<p>@@DESC_CATEG@@</p>
|
||||
<div class="ensemble_element">
|
||||
<ul class="ensemble_element">
|
||||
|
@ -1,2 +1,2 @@
|
||||
</div>
|
||||
</ul>
|
||||
<div class="espace"> </div>
|
||||
|
@ -1,8 +1,10 @@
|
||||
<li>
|
||||
<a class="cadre" href="@@URL_ELEMENT@@" title="@@DESC_ELEMENT@@">
|
||||
<div class="element">
|
||||
@@TITRE_ELEMENT@@ <br />
|
||||
|
||||
<img src="@@URL_IMAGE@@" alt="@@TITRE_IMAGE@@" title="@@DESC_IMAGE@@" />
|
||||
</div>
|
||||
</a>
|
||||
</a><span class="cache_cache"> ;</span>
|
||||
</li>
|
||||
|
||||
|
@ -74,8 +74,10 @@ width: 78%;
|
||||
left: 2%;
|
||||
}
|
||||
|
||||
div#corps div.ensemble_element {
|
||||
div#corps ul.ensemble_element {
|
||||
min-height: 10em;
|
||||
list-style-type: none;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
div#corps a.cadre {
|
||||
@ -163,3 +165,7 @@ padding: 0;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cache_cache {
|
||||
display: none;
|
||||
}
|
||||
|
@ -74,8 +74,10 @@ width: 98%;
|
||||
left: 2%;
|
||||
}
|
||||
|
||||
div#corps div.ensemble_element {
|
||||
div#corps ul.ensemble_element {
|
||||
min-height: 10em;
|
||||
list-style-type: none;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
div#corps a.cadre {
|
||||
@ -164,3 +166,6 @@ font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cache_cache {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user