manu wrote:

On Sep 11, 2007, Simon Marlow wrote:


Please, please, someone do this for me. I tried, and failed, to get the layout right for the contents list in all browsers at the same time. The
semantics of CSS is beyond my comprehension.


Cheers,

Simon


Hi Simon,

On the page http://www.haskell.org/ghc/docs/latest/html/libraries/index.html, you only need tables to display the foldable lists of modules (HTML tables were commonly used to display many "things" on a same line), but they can be replaced by nested lists with a bit of CSS :

Check this page out : http://la.di.da.free.fr/haddock/
I can help further, if need be.

I see the idea, but it looks like you're just right-aligning the package names, which will look strange when there are different package names. (but perhaps not as strange as it currently looks).

In any case, I'd welcome a patch to Haddock that improves things.

Cheers,
        Simon
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to