Quote:
Originally Posted by JSWolf
If the blockquote ends at the end of the chapter, then there is some whitespace after the end of the last line. This means that it's possible for there to be a blank screen before the next chapter.
<blockquote class="blockquote"> (using the CSS I posted for .blockquote) has a bottom margin of 0. That means no whitespace after the last line of the blockquote at the end of the chapter.
|
Oh, ok. Interesting, I’d have thought margin at the bottom of an element at the end of a chapter would work like margin at the top of an h1 at the beginning. Good info. But I think you had a typo, your example did include a bottom margin in blockquote.blockquote.