From: Jacob Fugal Date: 2006-06-22T00:58:47+09:00 Subject: Re: ruby-lang.org redesign? On 6/21/06, John W. Long wrote: > Michal Suchanek wrote: > > Hmm, in the current style the text on the web pages starts way too > > early below the bottom of the blue stripe. I would think that one or > > two lines of space there would make it look much better. Perhaps also > > removing some space below the title inside the blue stripe. > > There is still some work to be done on the remaining style issues. IE > displays the site as it should be, but I haven't gotten around to fixing > it for Firefox and Safari. Actually, the issue Michal is pointing out here is one that still exists, even in IE. You can see the effect if you open the "Ruby in Twenty Minutes" page. In either Firefox or IE you can see that the body of the page (starting "Open up IRB. If you're using Mac OS X...") is right up next to the blue bar. I mentioned this problem a while back in an email to James. I'll copy it here: On 5/23/06, Jacob Fugal wrote: > Great work! Suggestion: looks like you could use a margin-bottom of > 10px or so on the #head-wrapper-1 rule in high.css; without that, I > get the "Ruby in Google Summer of Code" headline mashed right up > against the code snippet. I've tested that addition in both Firefox and IE and it seems to do as Michal was suggesting, adding an amount of whitespace between the blue title bar and the remaining content. You could probably just as easily use a em or ex based value, but my original suggestion was in pixels since the rest of the layout is pixel dependent. Jacob Fugal