Index: openacs-4/packages/xowiki/www/resources/cattree.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/cattree.css,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki/www/resources/cattree.css 25 Feb 2007 09:57:09 -0000 1.3 +++ openacs-4/packages/xowiki/www/resources/cattree.css 27 Feb 2008 10:29:17 -0000 1.4 @@ -9,7 +9,9 @@ /* Show "bullets" in the links, depending on the class of the LI that the link's in */ ul.mktree li.liOpen .bullet { cursor: pointer; background: url(/resources/acs-templating/minus.gif) center left no-repeat; } ul.mktree li.liClosed .bullet { cursor: pointer; background: url(/resources/acs-templating/plus.gif) center left no-repeat; } - ul.mktree li.liBullet .bullet { margin-left:-15px; padding-left:10px; cursor: default; background: url(/resources/acs-templating/bullet.gif) center left no-repeat; } + ul.mktree li.liBullet .bullet { /* margin-left:-15px; */ + padding-left:10px; cursor: default; + background: url(/resources/acs-templating/bullet.gif) center left no-repeat; } /* Sublists are visible or not based on class of parent LI */ ul.mktree li.liOpen ul { display: block; } ul.mktree li.liClosed ul { display: none; }