[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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user