
20 Mar
2010
20 Mar
'10
10:38 p.m.
Don Stewart
* The <h2>Pure functional programming</h2> is positioned in between the <h1>Download Haskell</h2>. Is this intended?
I'm on Linux with Firefox 3.6. Both problems can be seen in the attached screenshot.
Interesting. I can't reproduce that.
Font-size for:
#download_bar h1
and
#download_bar h2
should be set in "px" instead of "em" -- otherwise users who have
changed their default font size to "large" or bigger will get text
that's scaled too large. ("em" is relative to default font size, "px" is
in absolute screen pixels.)
G
--
Gregory Collins