[CORR] Changement du code HTML de l'élément
* DIV en SPAN * Adaptation du CSS en conséquence * Validation sur validator.w3.org semble OK.
This commit is contained in:
parent
20af0ea38d
commit
bd212bd6a8
@ -1,10 +1,10 @@
|
||||
<li>
|
||||
<a class="cadre" href="@@URL_ELEMENT@@" title="@@DESC_ELEMENT@@">
|
||||
<div class="element">
|
||||
<span class="element">
|
||||
@@TITRE_ELEMENT@@ <br />
|
||||
|
||||
<img src="@@URL_IMAGE@@" alt="@@DESC_IMAGE@@" title="@@TITRE_IMAGE@@" />
|
||||
</div>
|
||||
</span>
|
||||
</a><span class="cache_cache"> ;</span>
|
||||
</li>
|
||||
|
||||
|
@ -114,6 +114,7 @@ text-decoration: none;
|
||||
}
|
||||
|
||||
#corps a.cadre .element {
|
||||
display: block;
|
||||
height: 9em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
@ -114,6 +114,7 @@ text-decoration: none;
|
||||
}
|
||||
|
||||
#corps a.cadre .element {
|
||||
display: block;
|
||||
height: 9em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user