simonmar    2005/02/28 08:22:10 PST

  Modified files:
    haddock/html         haddock.css 
    haddock/src          HaddockHtml.hs 
  Log:
  Attempt to fix the layout of the package names in the contents.
  
  Having tried just about everything, the only thing I can get to work
  reliably is to make the package names line up on a fixed offset from
  the left margin.  This obviously isn't ideal, so anyone else that
  would like to have a go at improving it is welcome.  One option is to
  remove the +/- buttons from the contents list and go back to a plain
  table.
  
  The contents page now uses CSS for layout rather than tables.  It
  seems that most browsers have different interpretations of CSS layout,
  so only the simplest things lead to consistent results.
  
  Revision  Changes    Path
  1.20      +15 -0     fptools/haddock/html/haddock.css
  1.94      +20 -19    fptools/haddock/src/HaddockHtml.hs
_______________________________________________
Cvs-fptools mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-fptools

Reply via email to