This Gist provides a PHP function used for displaying nicely formatted tree using CSS only. It supports multiple levels (no limit).
The HTML output is clean and indented. For example :
<ul class="tree level-0">
<li class="folder">John: <span class="comment">John's home directory</span>
<ul class="level-1">