HI!
In welchem Browser hast du das getestet? Bei mir funktioniert es nämlich weder im Firefox (1.0.4), noch im Opera (8.0.1), noch im IE (6.0...) wie gewünscht.
Folgenden Code hab ich erfolgreich in IE 6.0.2900.xpsp_sp2_gdr.050301-1519, Opera 8.01 und Mozilla 1.7.3 getestet:
<html>
<head>
<title>Test</title>
<style type="text/css">
<!--
ul ul {margin-left:0.5em;}
-->
</style>
</head>
<body>
<ul>
<li>1. Test
<ul>
<li>2.Test</li>
</ul>
</li>
</ul>
</body>
</html>
Gruß aus Iserlohn
Martin