hi,
ich habe:
<style>
ul{
list-style-type:none;
}
ul li{
padding-left:50px;
font-weight:bold;
}
</style>
-----------------------
<ul>
<li><label>zebau</label><a href=""></a><p>Animation für einen Imagefilm der Firma Zebau.</p></li>
...
</ul>
das font-weight:bold wird angewendet, das padding jedoch nicht.
was mache ich falsch?
bitte helft mir.
danke