[Haddock] second post-survey version

Johan Tibell johan.tibell at gmail.com
Wed Aug 18 03:10:32 EDT 2010


Hi Mark,

On Wed, Aug 18, 2010 at 1:44 AM, Mark Lentczner <markl at glyphic.com> wrote:

> Here is my latest version for viewing:
>
> http://www.ozonehouse.com/mark/snap-xhtml/
>
>
It looks really nice. Some minor comments:

* Paragraphs now have a slightly weaker grouping due to the 1em margin
between them, due to the change:

.doc p, .doc pre {
    margin-top:1em;
}

Was this intended or did you only intend to affect the margin between
heading and the body text? If it's the latter you could instead set

.top p.src {
    margin-top: 1em;
}

* The color of the synopsis tab is still different from the ToC and the
background used in the pulled out synopsis. You can see a faint line between
the tab image and the background color of the synopsis when the drawer is
pulled out. This is on Google Chrome on OS X.

* The lower left frames box now has a smaller font size for the "body" text
(i.e. the type signatures) than the top left box has for the module names.
I'd expect the type signatures to have the same size as the module names
(which in practice would make the slightly bigger due to being monospace).

• Synopsis drawer now hides in framed views. This was suggested by some and
> is experimental. The current way is a bit fuggly (you'll see it briefly in
> some browsers). If the consensus is to keep this feature, I'll clean up the
> code so it doesn't flash (somehow...)
>
>
I like it!

Keep up the good work.

Cheers,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.haskell.org/pipermail/haddock/attachments/20100818/035221b1/attachment.htm 


More information about the Haddock mailing list