Hi!
Nur eine kurze Frage: Wie verringere ich den Abstand zwischen Listengrafik (Bulletpoint) und dem Listentext im li-Tag.
Also z.B. von
- Liste nach - Liste
Verringere ich im li-Tag z.B. margin oder padding ins negative, tut sich auch nichts...
Vielen Dank!
Nur eine kurze Frage: Wie verringere ich den Abstand zwischen Listengrafik (Bulletpoint) und dem Listentext im li-Tag.
Also z.B. von
- Liste nach - Liste
Verringere ich im li-Tag z.B. margin oder padding ins negative, tut sich auch nichts...
HTML:
#product ul
{
list-style-image:url(../images/products/list.gif);
padding-left:12px !important;
margin-left:0px !important;
margin-left:4px;
margin-top:3px;
line-height:13px;
}
#product li
{
margin-bottom:4px;
}
Vielen Dank!