Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/xowiki/www/resources/xowiki.css 8 Apr 2009 10:59:43 -0000 1.45 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 11 Apr 2009 12:37:17 -0000 1.46 @@ -369,6 +369,23 @@ padding: 0; } +div.xowiki-content div.toc ul.page_order_region_no_target { + list-style: none; + margin: 0px 1em; + padding: 0; +} +div.xowiki-content div.toc ul.page_order_region { + list-style: none; + margin: 0px 1em; + padding:0; + /* + The bottom padding provides the cushion that makes the empty + list targetable. Alternatively, we could leave the padding + off by default, adding it when we detect that the list is empty. + */ + padding-bottom:3ex; +} + /* Handling hidden field-sets: