﻿/*  *********************************************  *
 *  This is a trial CSS for the What’s New pages.  *
 *  Include after MASTER.CSS and DOCUMENT.CSS.     *
 ************************************************  */

ul {
  margin:0px 0px 0px 11px;
  padding:0px;
}

li {
  margin:2px 0px;
  padding:0px;
}

li.Folder {
  border-left:1px #EEEEEE dotted;
}

/*  The list looks better if items with long text are handled by showing a 
    horizontal scrollbar rather than by wrapping to multiple lines.  */

li {
  white-space:nowrap
}

li {
  list-style-image:url('../_images/page.gif');
}
li.Folder {
  list-style-image:url('../_images/folder.gif');
}

/*  Copyright © 2008-2009. Geoff Chappell. All rights reserved.  */