Sometimes the #footer background color is also in #page, see attachment.

A solution could be to attache a clear: both; command in css.
New CSS:

#footer {
    background-color: #F6F6F2;
    clear: both;
    font-size: 0.92307em;
    line-height: 1.5em;
    padding: 30px 0 20px;
}
CommentFileSizeAuthor
Modules - drupal.org 2011-12-23 14-01-55.png46.47 KBAnonymous (not verified)

Comments

kingandy’s picture

Title: Backround color #footer in #page » Module summaries do not terminate HTML tags

#page already has a .clear-block class, which should automatically cause any block-display objects to effectively 'clear:both' (there's a ".clear-block::after" class handling this, plus some IE-specific jiggery-pokery to do the same).

From the intermittence of it, and the screenshot you post, my immediate reaction is that something on that page has an open HTML tag somewhere that hasn't been correctly closed when forming the teaser. Brief investigation suggests this is correct - the Microdata module produces this behaviour due to its warning DIV, and there are probably others. (This was visible here at time of writing, though obviously this may vary as releases are rolled out.)

Project module should try and terminate any open HTML tags when displaying module summaries.

Would this belong better in the Infrastructure issue queue or Project? I'm still a little fuzzy.

mgifford’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

A link were it can be replicated would be good. This is fine:
https://drupal.org/search/site/?f[0]=im_taxonomy_vocabulary_3%3A57

It might be better addressed in the "Drupal.org customizations" project.