Bonjour,
J'essaye de régler mes padding et margin de mes sous listes pour harmoniser les listes, mais je garde toujours un retrait trop grand entre ma puce et mon texte.
La liste 1 est bonne , mais la liste 2 a trop d'ecart entre puce et texte
voici mon css :
Modifié par makasayo (17 Mar 2008 - 14:26)
J'essaye de régler mes padding et margin de mes sous listes pour harmoniser les listes, mais je garde toujours un retrait trop grand entre ma puce et mon texte.
La liste 1 est bonne , mais la liste 2 a trop d'ecart entre puce et texte
voici mon css :
.dossier h2 {
color:#840909;
font:bold 28px/22px "Times New Roman", Times, serif;
letter-spacing:-2px;
margin:0;
padding:10px 0 0 4px;
text-transform:uppercase;
}
.dossier h2 .black {
color:#000;
font-size:27px;
line-height:16px;
}
.dossier h2 .big {
font-size:32px;
line-height:26px;
}
.dossier h3 {
color:#840909;
font:bold 26px/22px "Times New Roman", Times, serif;
letter-spacing:-2px;
margin:0;
padding:10px 0 0 4px;
text-transform:uppercase;
}
.dossier h3 a {
color:#840909;
text-decoration:none;
}
.dossier h3 a:hover {
color:#840909;
text-decoration:underline;
}
.dossier h4 {
color:#000;
font:bold 15px/18px "Times New Roman", Times, serif;
margin:0;
letter-spacing:-1px;
padding:10px 0 0 4px;
}
.dossier h4 a {
color:#000;
text-decoration:none;
}
.dossier h4 a:hover {
color:#000;
text-decoration:underline;
}
.dossier ul {
margin:0;
padding:10px 5px 20px 6px;
}
.dossier ul li {
font:bold 14px/16px "Times New Roman", Times, serif;
list-style:none;
margin:0;
padding:0;
}
.dossier ul li a {
background:url(../images/arrow-small.gif) no-repeat 0 3px;
color:#000;
display:block;
padding:0 0 0 16px;
text-decoration:none;
}
.dossier ul li a:hover {
background:url(../images/arrow-small-2.gif) no-repeat 0 3px;
text-decoration:underline;
}
.dossier ul li ul {
margin:0px 0px 7px 7px;
padding:0 0 0 10px;
}
.dossier ul li ul li {
color:#840909;
font:bold 12px/13px "Times New Roman", Times, serif;
list-style-type:square;
}
.dossier ul li ul li a {
color:#840909;
background:none;
text-decoration:none;
}
.dossier ul li ul li a:hover {
background:none;
text-decoration:underline;
}
Modifié par makasayo (17 Mar 2008 - 14:26)