Unfinished forum upgrade business

Hey Bump,
When you've got time:
See what I mean?
And the CSS for the preview screen needs to match that of the final display:

Thanks,
-Phil
When you've got time:
Indents
are
indenty.
still
too
See what I mean?
Code blocks need to be a bit higher. Hello, up there!
And the CSS for the preview screen needs to match that of the final display:
Thanks,
-Phil
Comments
Code blocks were not taking the amount of text in the block into effect, which it should have been... I'm looking into why when I get time and seeing if it's not simply just a math mistake or misunderstanding. The limit before it goes to scroll is determined by the content, since it wasn't even taking that into effect I zero'd it out. If that becomes too annoying (it should now display the full code listing) then I can just put an exact size limit on it until I can find the actual error.
I'll check out the preview problem too.
I suspect that, for the code blocks, there's a metric that indicates how many vertical pixels each line of code requires. It seems to be low by one pixel. IOW, if
the margin constant will accommodate the underestimate of pixels_per_line up to a certain number of lines, then the last line becomes more and more hidden as more lines are added. At least, this is the behavior I'm noticing.
-Phil
What browser are you using? In Firefox, the lower part of the bottom line gets chopped off, and a scrollbar appears.
-Phil
Is this what you mean? (Firefox on Ubuntu below)
-Phil