Live data from Hacker News

Pycoder's Weekly Python Projects of 2012

pycoders.com

1–10 of 11 posts

Re: Pycoder's Weekly Python Projects of 2012

#9
post #8

Earlier quoted context omitted.

Also broken in Firefox on Linux.

Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing?

A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/

Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it:

    #mc_embed_signup {
      position: absolute;
    }
    
    #templateContainer {
      margin-top: 136px;
    }
Not a very nice solution but it works.
Post reply on HN