First time here? Check out the FAQ!

Revision history  [back]

wide image layout issue on firefox

I fixed this on my site, so I cannot demo (or upload a screenshot due to karmitis)

I've seen this on firefox 4, 12, 22 on win7, and firefox 22 on ubuntu. If the image is wider than 705 pixels, the whole post layout is broken.

It appears since the layout is fixed anyway, an appropriate change is (705px instead of max-width:100%) :

.question-page .post-body img {
    max-width: 705px;
}

For some reason, the 'fork-and-edit' button wasn't working so I was lazy, but happy to do a PR on github if so desired.